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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionAttributePersistenceStrategygetAttributePersistenceStrategy()Function<M,ByteBufferMarshaller>getMarshallerFactory()
-
-
-
Method Detail
-
getAttributePersistenceStrategy
SessionAttributePersistenceStrategy getAttributePersistenceStrategy()
-
getMarshallerFactory
Function<M,ByteBufferMarshaller> getMarshallerFactory()
-
-