Interface ManagerConfiguration<I>
- Type Parameters:
I- the identifier type
- All Known Subinterfaces:
AbstractSessionManager.Configuration<CC,MV, AV, SC>, Manager<I>, SessionManager<C>, SessionManagerConfiguration<C>, UserManager<C, T, D, S>, UserManagerConfiguration<T>
- All Known Implementing Classes:
AbstractSessionManager, CachedSessionManager, CachedUserManager, DecoratedManager, DecoratedSessionManager, DecoratedSessionManagerConfiguration, DecoratedUserManager, DefaultUserManager, HotRodSessionManager, InfinispanSessionManager
public interface ManagerConfiguration<I>
Configuration of a manager of distributed state.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns a factory for creating identifiers for use by this manager.
-
Method Details
-
getIdentifierFactory
-