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
  • Method Summary

    Methods inherited from interface org.wildfly.clustering.ee.Restartable

    start, stop

    Methods inherited from interface java.util.function.Supplier

    get