Interface ManagerConfiguration<I>
- Type Parameters:
I- the identifier type
- All Known Subinterfaces:
Manager<I>,SessionManager<C>,SessionManagerConfiguration<C>,UserManager<C,,T, D, S> UserManagerConfiguration<T>
- All Known Implementing Classes:
AbstractSessionManager,CachedSessionManager,DefaultUserManager,DelegatingSessionManagerConfiguration,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
Returns a factory for creating identifiers for use by this manager.- Returns:
- an identifier factory
-