Interface Manager<I>

Type Parameters:
I - the identifier type
All Superinterfaces:
ManagerConfiguration<I>, Service
All Known Implementing Classes:
DecoratedManager

public interface Manager<I> extends ManagerConfiguration<I>, Service
A manager of server-side state.
Author:
Paul Ferraro
  • 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