Interface Manager<I>
- Type Parameters:
I- the identifier type
- All Superinterfaces:
ManagerConfiguration<I>, Service
- All Known Implementing Classes:
DecoratedManager
A manager of server-side state.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.function.Supplier<org.wildfly.clustering.cache.batch.Batch> Returns a batcher for use by users of this manager.Methods inherited from interface ManagerConfiguration
getIdentifierFactory
-
Method Details
-
getBatchFactory
org.wildfly.clustering.function.Supplier<org.wildfly.clustering.cache.batch.Batch> getBatchFactory()Returns a batcher for use by users of this manager.- Returns:
- a batcher
-