Interface IdentifierFactory<I>

Type Parameters:
I - the identifier type
All Superinterfaces:
Restartable, Supplier<I>

public interface IdentifierFactory<I> extends Supplier<I>, Restartable
A factory for creating identifiers.
Author:
Paul Ferraro
  • Method Summary

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

    start, stop

    Methods inherited from interface java.util.function.Supplier

    get