|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.axonframework.commandhandling | |
|---|---|
| org.axonframework.auditing | |
| 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.callbacks | |
| org.axonframework.commandhandling.disruptor | |
| org.axonframework.commandhandling.distributed | |
| org.axonframework.commandhandling.distributed.jgroups | |
| org.axonframework.commandhandling.distributed.jgroups.support.callbacks | |
| org.axonframework.commandhandling.gateway | |
| org.axonframework.commandhandling.interceptors | Contains some useful implementations of interceptors that many application can benefit from. |
| org.axonframework.quickstart.handler | |
| org.axonframework.test | Classes in support of testing Axon based applications. |
| org.axonframework.test.utils | A collection of classes which may prove useful when testing Axon-based classes. |
| Classes in org.axonframework.commandhandling used by org.axonframework.auditing | |
|---|---|
| CommandHandlerInterceptor
Workflow interface that allows for customized command handler invocation chains. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
| InterceptorChain
The interceptor chain manages the flow of a command through a chain of interceptors and ultimately to the command handler. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling | |
|---|---|
| CommandBus
The mechanism that dispatches Command objects to their appropriate CommandHandler. |
|
| CommandCallback
Interface describing a callback that is invoked when command handler execution has finished. |
|
| CommandDispatchInterceptor
Interceptor that allows commands to be intercepted and modified before they are dispatched by the Command Bus. |
|
| CommandHandler
Marks an instance that is capable of handling commands. |
|
| CommandHandlerInterceptor
Workflow interface that allows for customized command handler invocation chains. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
| CommandTargetResolver
Interface towards a mechanism that is capable of extracting an Aggregate Identifier and Version form a command that identifies the aggregate instance the command should be invoked on. |
|
| GenericCommandMessage
Implementation of the CommandMessage that takes all properties as constructor parameters. |
|
| InterceptorChain
The interceptor chain manages the flow of a command through a chain of interceptors and ultimately to the command handler. |
|
| RollbackConfiguration
The RollbackConfiguration defines when a UnitOfWork should be rolled back when the command handler or any interceptors reported a failure. |
|
| SimpleCommandBus
Implementation of the CommandBus that dispatches commands to the handlers subscribed to that specific type of command. |
|
| SimpleCommandBusStatisticsMXBean
Management interface for the SimpleCommandBus monitor As required by the JMX specification. |
|
| VersionedAggregateIdentifier
Structure that holds an Aggregate Identifier and an expected version of an aggregate. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling.annotation | |
|---|---|
| CommandBus
The mechanism that dispatches Command objects to their appropriate CommandHandler. |
|
| CommandHandler
Marks an instance that is capable of handling commands. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
| CommandTargetResolver
Interface towards a mechanism that is capable of extracting an Aggregate Identifier and Version form a command that identifies the aggregate instance the command should be invoked on. |
|
| VersionedAggregateIdentifier
Structure that holds an Aggregate Identifier and an expected version of an aggregate. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling.callbacks | |
|---|---|
| CommandCallback
Interface describing a callback that is invoked when command handler execution has finished. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling.disruptor | |
|---|---|
| CommandBus
The mechanism that dispatches Command objects to their appropriate CommandHandler. |
|
| CommandCallback
Interface describing a callback that is invoked when command handler execution has finished. |
|
| CommandDispatchInterceptor
Interceptor that allows commands to be intercepted and modified before they are dispatched by the Command Bus. |
|
| CommandHandler
Marks an instance that is capable of handling commands. |
|
| CommandHandlerInterceptor
Workflow interface that allows for customized command handler invocation chains. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
| CommandTargetResolver
Interface towards a mechanism that is capable of extracting an Aggregate Identifier and Version form a command that identifies the aggregate instance the command should be invoked on. |
|
| InterceptorChain
The interceptor chain manages the flow of a command through a chain of interceptors and ultimately to the command handler. |
|
| RollbackConfiguration
The RollbackConfiguration defines when a UnitOfWork should be rolled back when the command handler or any interceptors reported a failure. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling.distributed | |
|---|---|
| CommandBus
The mechanism that dispatches Command objects to their appropriate CommandHandler. |
|
| CommandCallback
Interface describing a callback that is invoked when command handler execution has finished. |
|
| CommandDispatchInterceptor
Interceptor that allows commands to be intercepted and modified before they are dispatched by the Command Bus. |
|
| CommandHandler
Marks an instance that is capable of handling commands. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling.distributed.jgroups | |
|---|---|
| CommandBus
The mechanism that dispatches Command objects to their appropriate CommandHandler. |
|
| CommandCallback
Interface describing a callback that is invoked when command handler execution has finished. |
|
| CommandHandler
Marks an instance that is capable of handling commands. |
|
| CommandHandlerInterceptor
Workflow interface that allows for customized command handler invocation chains. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling.distributed.jgroups.support.callbacks | |
|---|---|
| CommandCallback
Interface describing a callback that is invoked when command handler execution has finished. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling.gateway | |
|---|---|
| CommandBus
The mechanism that dispatches Command objects to their appropriate CommandHandler. |
|
| CommandCallback
Interface describing a callback that is invoked when command handler execution has finished. |
|
| CommandDispatchInterceptor
Interceptor that allows commands to be intercepted and modified before they are dispatched by the Command Bus. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.commandhandling.interceptors | |
|---|---|
| CommandDispatchInterceptor
Interceptor that allows commands to be intercepted and modified before they are dispatched by the Command Bus. |
|
| CommandHandlerInterceptor
Workflow interface that allows for customized command handler invocation chains. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
| InterceptorChain
The interceptor chain manages the flow of a command through a chain of interceptors and ultimately to the command handler. |
|
| StructuralCommandValidationFailedException
Exception indicating that a Command has been refused due to a structural validation failure. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.quickstart.handler | |
|---|---|
| CommandHandler
Marks an instance that is capable of handling commands. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.test | |
|---|---|
| CommandBus
The mechanism that dispatches Command objects to their appropriate CommandHandler. |
|
| CommandCallback
Interface describing a callback that is invoked when command handler execution has finished. |
|
| CommandHandler
Marks an instance that is capable of handling commands. |
|
| Classes in org.axonframework.commandhandling used by org.axonframework.test.utils | |
|---|---|
| CommandBus
The mechanism that dispatches Command objects to their appropriate CommandHandler. |
|
| CommandCallback
Interface describing a callback that is invoked when command handler execution has finished. |
|
| CommandHandler
Marks an instance that is capable of handling commands. |
|
| CommandMessage
Represents a Message carrying a command as its payload. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||