Interface Manager<I,B extends Batch>

All Superinterfaces:
ManagerConfiguration<I>, Restartable

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

    • getBatcher

      Batcher<B> getBatcher()
      Returns a batcher for use by users of this manager.
      Returns:
      a batcher