Interface SessionManagerFactoryConfiguration<SC>

Type Parameters:
SC - the session context type
All Superinterfaces:
DeploymentConfiguration

public interface SessionManagerFactoryConfiguration<SC> extends DeploymentConfiguration
Encapsulates the configuration of a session manager.
Author:
Paul Ferraro
  • Method Details

    • getMaxActiveSessions

      OptionalInt getMaxActiveSessions()
    • getMarshaller

      org.wildfly.clustering.marshalling.ByteBufferMarshaller getMarshaller()
    • getSessionContextFactory

      Supplier<SC> getSessionContextFactory()
    • getImmutability

      Immutability getImmutability()
    • getAttributePersistenceStrategy

      SessionAttributePersistenceStrategy getAttributePersistenceStrategy()