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>, Restartable

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

    • SimpleIdentifierFactory

      public SimpleIdentifierFactory(Supplier<I> factory)
  • Method Details