|
Class Summary |
| AbstractRoutingStrategy |
Abstract implementation of the RoutingStrategy interface that uses a policy to prescribe what happens when a routing
cannot be resolved. |
| AnnotationRoutingStrategy |
RoutingStrategy that expects an TargetAggregateIdentifier
annotation on the command message's payload. |
| ConsistentHash |
Basic implementation of a Consistent Hashing algorithm, using the MD5 algorithm to build the hash values for given
keys and node names. |
| ConsistentHash.Member |
Represents a member in a consistently hashed cluster. |
| DistributedCommandBus |
Implementation of a CommandBus that is aware of multiple instances of a CommandBus working together to
spread load. |
| MetaDataRoutingStrategy |
RoutingStrategy implementation that uses the value in the MetaData of a CommandMessage assigned to a given key. |