Uses of Class
org.axonframework.common.IdentifierFactory
Packages that use IdentifierFactory
Package
Description
Contains common utility classes needed in different components of the framework.
-
Uses of IdentifierFactory in org.axonframework.common
Subclasses of IdentifierFactory in org.axonframework.commonModifier and TypeClassDescriptionclassDefault IdentifierFactory implementation that uses generates randomjava.util.UUIDbased identifiers.Methods in org.axonframework.common that return IdentifierFactoryModifier and TypeMethodDescriptionstatic IdentifierFactoryIdentifierFactory.getInstance()Returns an instance of the IdentifierFactory discovered on the classpath.