Interface HotRodSessionManagerConfiguration<SC>
-
- Type Parameters:
C- the ServletContext specification type
- All Superinterfaces:
CacheConfiguration,HotRodConfiguration
public interface HotRodSessionManagerConfiguration<SC> extends HotRodConfiguration
Configuration for anHotRodSessionManager.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionExpirationListenergetExpirationListener()Registrar<SessionExpirationListener>getExpirationListenerRegistrar()Supplier<String>getIdentifierFactory()SCgetServletContext()DurationgetStopTimeout()-
Methods inherited from interface org.wildfly.clustering.ee.hotrod.HotRodConfiguration
getBatcher, getCache, getCacheProperties
-
-
-
-
Method Detail
-
getServletContext
SC getServletContext()
-
getExpirationListener
SessionExpirationListener getExpirationListener()
-
getExpirationListenerRegistrar
Registrar<SessionExpirationListener> getExpirationListenerRegistrar()
-
getStopTimeout
Duration getStopTimeout()
-
-