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 Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAttributePersistenceStrategy
SessionAttributePersistenceStrategy getAttributePersistenceStrategy() -
getMarshallerFactory
Function<M,ByteBufferMarshaller> getMarshallerFactory()
-