Interface Manager<I>

Type Parameters:
I - the identifier type
All Superinterfaces:
ManagerConfiguration<I>, Service

public interface Manager<I> extends ManagerConfiguration<I>, Service
A manager of server-side state.
Author:
Paul Ferraro
  • Method Details

    • getBatchFactory

      Supplier<Batch> getBatchFactory()
      Returns a batcher for use by users of this manager.
      Returns:
      a batcher