Interface IdentifierFactory<I>

  • Type Parameters:
    I - the identifier type
    All Superinterfaces:
    Restartable, Supplier<I>
    All Known Implementing Classes:
    SimpleIdentifierFactory

    public interface IdentifierFactory<I>
    extends Restartable, Supplier<I>
    Factory for creating unique identifiers suitable for use by the local cluster member.
    Author:
    Paul Ferraro