Interface IdentifierFactoryService<I>

Type Parameters:
I - the identifier type
All Superinterfaces:
Service, Supplier<I>, Supplier<I>
All Known Implementing Classes:
AffinityIdentifierFactoryService, SimpleIdentifierFactoryService

public interface IdentifierFactoryService<I> extends Supplier<I>, Service
A service that creating identifiers for a manager.
Author:
Paul Ferraro