Package | Description |
---|---|
org.axonframework.axonserver.connector.command | |
org.axonframework.commandhandling.distributed | |
org.axonframework.springboot.autoconfig |
Modifier and Type | Method and Description |
---|---|
AxonServerCommandBus.Builder |
AxonServerCommandBus.Builder.routingStrategy(RoutingStrategy routingStrategy)
Sets the
RoutingStrategy used to correctly configure connections between Axon clients and Axon
Server. |
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
RoutingKey (meta-)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.
|
Modifier and Type | Method and Description |
---|---|
RoutingStrategy |
AxonServerAutoConfiguration.routingStrategy() |
Modifier and Type | Method and Description |
---|---|
AxonServerCommandBus |
AxonServerAutoConfiguration.axonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration axonServerConfiguration,
CommandBus localSegment,
Serializer messageSerializer,
RoutingStrategy routingStrategy,
CommandPriorityCalculator priorityCalculator,
CommandLoadFactorProvider loadFactorProvider,
TargetContextResolver<? super CommandMessage<?>> targetContextResolver) |
Copyright © 2010–2020. All rights reserved.