| Package | Description |
|---|---|
| org.axonframework.axonserver.connector.command | |
| org.axonframework.commandhandling.distributed | |
| org.axonframework.springboot.autoconfig |
| Constructor and Description |
|---|
AxonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration configuration,
CommandBus localSegment,
Serializer serializer,
RoutingStrategy routingStrategy)
Instantiate an Axon Server
CommandBus client. |
AxonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration configuration,
CommandBus localSegment,
Serializer serializer,
RoutingStrategy routingStrategy,
CommandPriorityCalculator priorityCalculator)
Instantiate an Axon Server Command Bus client.
|
| 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(AxonServerConfiguration axonServerConfiguration,
Serializer serializer,
AxonServerConnectionManager axonServerConnectionManager,
RoutingStrategy routingStrategy,
CommandPriorityCalculator priorityCalculator,
CommandBus localSegment) |
Copyright © 2010–2019. All rights reserved.