Package | Description |
---|---|
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.commandhandling.disruptor | |
org.axonframework.commandhandling.distributed | |
org.axonframework.jgroups.commandhandling | |
org.axonframework.springcloud.commandhandling | |
org.axonframework.test.utils |
A collection of classes which may prove useful when testing Axon-based classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommandBus
The mechanism that dispatches Command objects to their appropriate CommandHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousCommandBus
Specialization of the SimpleCommandBus that processed Commands asynchronously from the calling thread.
|
class |
SimpleCommandBus
Implementation of the CommandBus that dispatches commands to the handlers subscribed to that specific command's name.
|
Modifier and Type | Class and Description |
---|---|
class |
DisruptorCommandBus
Asynchronous CommandBus implementation with very high performance characteristics.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommandBusConnector
Interface describing the component that remotely connects multiple CommandBus instances.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedCommandBus
Implementation of a
CommandBus that is aware of multiple instances of a CommandBus working together to
spread load. |
Modifier and Type | Class and Description |
---|---|
class |
JGroupsConnector
A Connector for the
DistributedCommandBus based on JGroups that acts both as the discovery and routing
mechanism (implementing CommandRouter ) as well as the Connector between nodes
(implementing CommandBusConnector ). |
Modifier and Type | Class and Description |
---|---|
class |
SpringHttpCommandBusConnector |
Modifier and Type | Class and Description |
---|---|
class |
RecordingCommandBus
CommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records
them instead.
|
Copyright © 2010–2018. All rights reserved.