Package | Description |
---|---|
org.axonframework.common |
Contains common utility classes needed in different components of the framework.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIdentifierFactory
Default IdentifierFactory implementation that uses generates random
java.util.UUID based identifiers. |
Modifier and Type | Method and Description |
---|---|
static IdentifierFactory |
IdentifierFactory.getInstance()
Returns an instance of the IdentifierFactory discovered on the classpath.
|
Copyright © 2010–2020. All rights reserved.