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 Summary

    Modifier and Type
    Method
    Description
    org.wildfly.clustering.function.Supplier<Batch>
    Returns a batcher for use by users of this manager.

    Methods inherited from interface org.wildfly.clustering.server.manager.ManagerConfiguration

    getIdentifierFactory

    Methods inherited from interface org.wildfly.clustering.server.manager.Service

    isStarted, start, stop
  • Method Details

    • getBatchFactory

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