Package org.wildfly.clustering.ee.cache
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
-
-