Interface IdentifierFactoryService<I>
- Type Parameters:
I- the identifier type
public interface IdentifierFactoryService<I>
extends org.wildfly.clustering.function.Supplier<I>, Service
A service that creating identifiers for a manager.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.function.Supplier
NULL -
Method Summary
Methods inherited from interface org.wildfly.clustering.function.Supplier
handle, thenAccept, thenApply, thenApplyAsDouble, thenApplyAsInt, thenApplyAsLong, thenTest