Interface DistributableSessionManagerConfiguration
public interface DistributableSessionManagerConfiguration
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionio.undertow.server.session.SessionListeners
-
Method Details
-
getDeploymentName
String getDeploymentName() -
getSessionManager
SessionManager<Map<String,Object>, getSessionManager()Batch> -
getSessionListeners
io.undertow.server.session.SessionListeners getSessionListeners() -
getStatistics
RecordableSessionManagerStatistics getStatistics()
-