|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoutingStrategy | |
---|---|
org.axonframework.commandhandling.distributed |
Uses of RoutingStrategy in org.axonframework.commandhandling.distributed |
---|
Classes in org.axonframework.commandhandling.distributed that implement RoutingStrategy | |
---|---|
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. |
Constructors in org.axonframework.commandhandling.distributed with parameters of type RoutingStrategy | |
---|---|
DistributedCommandBus(CommandBusConnector connector,
RoutingStrategy routingStrategy)
Initializes the command bus with the given connector and routingStrategy . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |