| Package | Description |
|---|---|
| org.axonframework.axonserver.connector.command |
| Modifier and Type | Method and Description |
|---|---|
static CommandPriorityCalculator |
CommandPriorityCalculator.defaultCommandPriorityCalculator()
Returns a default implementation of the
CommandPriorityCalculator, always returning priority 0. |
| Constructor and Description |
|---|
AxonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration configuration,
org.axonframework.commandhandling.CommandBus localSegment,
org.axonframework.serialization.Serializer serializer,
org.axonframework.commandhandling.distributed.RoutingStrategy routingStrategy,
CommandPriorityCalculator priorityCalculator)
Instantiate an Axon Server Command Bus client.
|
Copyright © 2010–2019. All rights reserved.