| Package | Description |
|---|---|
| org.axonframework.commandhandling.distributed |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRoutingStrategy
Abstract implementation of the RoutingStrategy interface that uses a policy to prescribe what happens when a routing
cannot be resolved.
|
class |
AnnotationRoutingStrategy
RoutingStrategy that expects an
TargetAggregateIdentifier
annotation on the command message's payload. |
class |
MetaDataRoutingStrategy
RoutingStrategy implementation that uses the value in the MetaData of a CommandMessage assigned to a given key.
|
| Constructor and Description |
|---|
DistributedCommandBus(CommandBusConnector connector,
RoutingStrategy routingStrategy)
Initializes the command bus with the given
connector and routingStrategy. |
Copyright © 2010-2014. All Rights Reserved.