Interface DistributableSessionRepositoryConfiguration


public interface DistributableSessionRepositoryConfiguration
Author:
Paul Ferraro
  • Method Details

    • getSessionManager

      org.wildfly.clustering.session.SessionManager<Void> getSessionManager()
    • getEventPublisher

      org.springframework.context.ApplicationEventPublisher getEventPublisher()
    • getSessionDestroyAction

      BiConsumer<org.wildfly.clustering.session.ImmutableSession,BiFunction<Object,org.springframework.session.Session,org.springframework.context.ApplicationEvent>> getSessionDestroyAction()
    • getUserConfiguration

      UserConfiguration getUserConfiguration()