|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.axonframework.common | |
|---|---|
| org.axonframework.commandhandling | Classes that implement the concept of command handling using explicit command objects. |
| org.axonframework.commandhandling.annotation | Classes that provide annotation support for command handling. |
| org.axonframework.commandhandling.disruptor | |
| org.axonframework.commandhandling.interceptors | Contains some useful implementations of interceptors that many application can benefit from. |
| org.axonframework.common | Contains common utility classes needed in different components of the framework. |
| org.axonframework.common.annotation | Contains the main classes for annotation support in Axon Framework. |
| org.axonframework.common.lock | |
| org.axonframework.domain | The domain components of the Axon Framework, mainly the Aggregates and Events. |
| org.axonframework.eventhandling | Classes related to event handling and dispatching, such as Event Listeners and the Event Bus. |
| org.axonframework.eventhandling.annotation | Classes in support of the configuration of Event Handlers using annotations. |
| org.axonframework.eventhandling.replay | |
| org.axonframework.eventhandling.scheduling | |
| org.axonframework.eventsourcing | Classes related to event sourcing. |
| org.axonframework.eventstore | Definitions and implementations of the Event store, the mechanism that can load event streams and append events to them. |
| org.axonframework.repository | Classes related to the repository interface and implementations. |
| org.axonframework.saga | |
| org.axonframework.saga.annotation | |
| org.axonframework.serializer | |
| Classes in org.axonframework.common used by org.axonframework.commandhandling | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonNonTransientException
Exception indicating an error has been cause that cannot be resolved without intervention. |
|
| Classes in org.axonframework.common used by org.axonframework.commandhandling.annotation | |
|---|---|
| Subscribable
Interface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus. |
|
| Classes in org.axonframework.common used by org.axonframework.commandhandling.disruptor | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonTransientException
Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception. |
|
| Classes in org.axonframework.common used by org.axonframework.commandhandling.interceptors | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonNonTransientException
Exception indicating an error has been cause that cannot be resolved without intervention. |
|
| Classes in org.axonframework.common used by org.axonframework.common | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonNonTransientException
Exception indicating an error has been cause that cannot be resolved without intervention. |
|
| DirectExecutor
Simple executor implementation that runs a given Runnable immediately in the calling thread. |
|
| IdentifierValidator
Validates the structure of an object passed as Aggregate Identifier. |
|
| NoCache
Cache implementation that does absolutely nothing. |
|
| Classes in org.axonframework.common used by org.axonframework.common.annotation | |
|---|---|
| AxonConfigurationException
Exception indicating that a configuration error has been made in the Axon configuration. |
|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonNonTransientException
Exception indicating an error has been cause that cannot be resolved without intervention. |
|
| Subscribable
Interface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus. |
|
| Classes in org.axonframework.common used by org.axonframework.common.lock | |
|---|---|
| AxonException
Base exception of 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. |
|
| Classes in org.axonframework.common used by org.axonframework.domain | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonNonTransientException
Exception indicating an error has been cause that cannot be resolved without intervention. |
|
| Classes in org.axonframework.common used by org.axonframework.eventhandling | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonNonTransientException
Exception indicating an error has been cause that cannot be resolved without intervention. |
|
| Classes in org.axonframework.common used by org.axonframework.eventhandling.annotation | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| Subscribable
Interface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus. |
|
| Classes in org.axonframework.common used by org.axonframework.eventhandling.replay | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| Classes in org.axonframework.common used by org.axonframework.eventhandling.scheduling | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonTransientException
Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception. |
|
| Classes in org.axonframework.common used by org.axonframework.eventsourcing | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonNonTransientException
Exception indicating an error has been cause that cannot be resolved without intervention. |
|
| Classes in org.axonframework.common used by org.axonframework.eventstore | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonNonTransientException
Exception indicating an error has been cause that cannot be resolved without intervention. |
|
| Classes in org.axonframework.common used by org.axonframework.repository | |
|---|---|
| AxonException
Base exception of 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. |
|
| Classes in org.axonframework.common used by org.axonframework.saga | |
|---|---|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonTransientException
Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception. |
|
| Subscribable
Interface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus. |
|
| Classes in org.axonframework.common used by org.axonframework.saga.annotation | |
|---|---|
| Subscribable
Interface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus. |
|
| Classes in org.axonframework.common used by org.axonframework.serializer | |
|---|---|
| AxonConfigurationException
Exception indicating that a configuration error has been made in the Axon configuration. |
|
| AxonException
Base exception of all Axon Framework related exceptions. |
|
| AxonNonTransientException
Exception indicating an error has been cause that cannot be resolved without intervention. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||