Interface IdentifierFactory<I>

Type Parameters:
I - the identifier type
All Superinterfaces:
Service, Supplier<I>, org.wildfly.clustering.function.Supplier<I>

public interface IdentifierFactory<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.server.manager.Service

    isStarted, start, stop

    Methods inherited from interface java.util.function.Supplier

    get

    Methods inherited from interface org.wildfly.clustering.function.Supplier

    handle, map