Interface Manager<I>
- Type Parameters:
I- the identifier type
- All Superinterfaces:
ManagerConfiguration<I>, Service
- All Known Subinterfaces:
SessionManager<C>, UserManager<C,T, D, S>
- All Known Implementing Classes:
AbstractSessionManager, CachedSessionManager, CachedUserManager, DecoratedManager, DecoratedSessionManager, DecoratedUserManager, DefaultUserManager, HotRodSessionManager, InfinispanSessionManager
A manager of server-side state.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns a batcher for use by users of this manager.Methods inherited from interface ManagerConfiguration
getIdentifierFactory
-
Method Details
-
getBatchFactory
-