See: Description
Interface | Description |
---|---|
Registration |
Interface that provides a mechanism to cancel a registration.
|
Class | Description |
---|---|
Assert |
Utility class (inspired by Springs Assert class) for doing assertions on parameters and object state.
|
AxonThreadFactory |
Thread factory that created threads in a given group.
|
BuilderUtils |
Utility class containing reusable functionality for implementing the Builder Pattern in (infrastructure) components.
|
CollectionUtils |
Utility methods for operations on collections.
|
DateTimeUtils |
Some utility methods regarding Date and Time.
|
DefaultIdentifierFactory |
Default IdentifierFactory implementation that uses generates random
java.util.UUID based identifiers. |
DirectExecutor |
Simple executor implementation that runs a given Runnable immediately in the calling thread.
|
ExceptionUtils |
Exception utility methods.
|
IdentifierFactory |
Abstract Factory class that provides access to an IdentifierFactory implementation.
|
IdentifierValidator |
Validates the structure of an object passed as Aggregate Identifier.
|
ListUtils |
Utility methods for operations on lists.
|
MemberAccessibilityCallback |
PrivilegedAction that makes the given method accessible for reflection.
|
ObjectUtils |
Miscellaneous object utility methods.
|
ProcessUtils |
Processing utilities.
|
ReflectionUtils |
Utility class for working with Java Reflection API.
|
StringUtils |
Utility methods for when dealing with
String s. |
TypeReflectionUtils |
Utility class for doing reflection on types.
|
Exception | Description |
---|---|
AxonConfigurationException |
Exception indicating that a configuration error has been made in the Axon configuration.
|
AxonException |
Base exception for all Axon Framework related exceptions.
|
AxonNonTransientException |
Exception indicating an error has been cause that cannot be resolved without intervention.
|
AxonTransientException |
Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception.
|
ProcessRetriesExhaustedException |
Exception indicating that an action was retried a maximum times, without a good result.
|
Annotation Type | Description |
---|---|
Priority |
Indicates the relative priority of the annotated component.
|
Copyright © 2010–2023. All rights reserved.