| Package | Description |
|---|---|
| org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
| org.axonframework.commandhandling.callbacks | |
| org.axonframework.commandhandling.distributed | |
| org.axonframework.commandhandling.distributed.commandfilter | |
| org.axonframework.commandhandling.gateway |
| Class and Description |
|---|
| AsynchronousCommandBus
Specialization of the SimpleCommandBus that processed Commands asynchronously from the calling thread.
|
| AsynchronousCommandBus.Builder
Builder class to instantiate a
AsynchronousCommandBus. |
| 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.
|
| CommandMessage
Represents a Message carrying a command as its payload.
|
| CommandMessageHandler
MessageHandler specialization for handlers of Command Messages.
|
| CommandResultMessage
Message that represents a result from handling a
CommandMessage. |
| DuplicateCommandHandlerResolver
Functional interface towards resolving the occurrence of a duplicate command handler being subscribed.
|
| FailingDuplicateCommandHandlerResolver
Implementation of
DuplicateCommandHandlerResolver that throws a
DuplicateCommandHandlerSubscriptionException when a duplicate registration is detected. |
| GenericCommandMessage
Implementation of the CommandMessage that takes all properties as constructor parameters.
|
| GenericCommandResultMessage
Generic implementation of
CommandResultMessage. |
| LoggingDuplicateCommandHandlerResolver
Implementation of the DuplicateCommandHandlerResolver that allows registrations to be overridden by new handlers,
but logs this (on WARN level) to a given logger.
|
| SimpleCommandBus
Implementation of the CommandBus that dispatches commands to the handlers subscribed to that specific command's name.
|
| SimpleCommandBus.Builder
Builder class to instantiate a
SimpleCommandBus. |
| Class and Description |
|---|
| CommandCallback
Interface describing a callback that is invoked when command handler execution has finished.
|
| CommandMessage
Represents a Message carrying a command as its payload.
|
| CommandResultMessage
Message that represents a result from handling a
CommandMessage. |
| Class and Description |
|---|
| 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.
|
| CommandMessage
Represents a Message carrying a command as its payload.
|
| CommandResultMessage
Message that represents a result from handling a
CommandMessage. |
| Class and Description |
|---|
| CommandMessage
Represents a Message carrying a command as its payload.
|
| Class and Description |
|---|
| 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.
|
| CommandMessage
Represents a Message carrying a command as its payload.
|
| CommandResultMessage
Message that represents a result from handling a
CommandMessage. |
Copyright © 2010–2022. All rights reserved.