Interface DistributableSessionManagementConfiguration<M>

Type Parameters:
M - the marshaller factory context

public interface DistributableSessionManagementConfiguration<M>
Encapsulates the configuration of a session management provider.
Author:
Paul Ferraro
  • Method Details

    • getAttributePersistenceStrategy

      org.wildfly.clustering.session.SessionAttributePersistenceStrategy getAttributePersistenceStrategy()
    • getMarshallerFactory

      Function<M,org.wildfly.clustering.marshalling.ByteBufferMarshaller> getMarshallerFactory()