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>, IdentifierFactory<I>, Service

public class SimpleIdentifierFactory<I> extends Object implements IdentifierFactory<I>
Simple IdentifierFactory that delegates to a supplier.
Author:
Paul Ferraro