Class SimpleIdentifierFactory<I>
java.lang.Object
org.wildfly.clustering.server.local.manager.SimpleIdentifierFactory<I>
- Type Parameters:
I- the identifier type
- All Implemented Interfaces:
Supplier<I>,org.wildfly.clustering.function.Supplier<I>,IdentifierFactory<I>,Service
Simple
IdentifierFactory that delegates to a supplier.- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.function.Supplier
NULL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.Supplier
map
-
Constructor Details
-
SimpleIdentifierFactory
-
-
Method Details