CosIdGlobalIdGeneratorFactory
class CosIdGlobalIdGeneratorFactory(idProvider: IdGeneratorProvider = DefaultIdGeneratorProvider.INSTANCE) : GlobalIdGeneratorFactory
Factory for creating global CosIdGenerator instances using the CosId library.
This factory attempts to retrieve a CosIdGenerator from the IdGeneratorProvider using a predefined ID name. The ID name is determined by the system property "wow.cosid" or defaults to CosId.COSID.
The factory is ordered with ORDER_FIRST to prioritize it when loading global ID generators.
See also
CosIdGenerator