Package | Description |
---|---|
org.axonframework.axonserver.connector.command | |
org.axonframework.springboot.autoconfig |
Modifier and Type | Method and Description |
---|---|
static CommandPriorityCalculator |
CommandPriorityCalculator.defaultCommandPriorityCalculator()
Returns a default implementation of the
CommandPriorityCalculator , always returning priority 0 . |
Modifier and Type | Method and Description |
---|---|
AxonServerCommandBus.Builder |
AxonServerCommandBus.Builder.priorityCalculator(CommandPriorityCalculator priorityCalculator)
Sets the
CommandPriorityCalculator used to deduce the priority of an incoming command among other
commands, to give precedence over high(er) valued queries for example. |
Modifier and Type | Method and Description |
---|---|
CommandPriorityCalculator |
AxonServerAutoConfiguration.commandPriorityCalculator() |
Modifier and Type | Method and Description |
---|---|
AxonServerCommandBus |
AxonServerBusAutoConfiguration.axonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration axonServerConfiguration,
CommandBus localSegment,
Serializer messageSerializer,
RoutingStrategy routingStrategy,
CommandPriorityCalculator priorityCalculator,
CommandLoadFactorProvider loadFactorProvider,
TargetContextResolver<? super CommandMessage<?>> targetContextResolver,
SpanFactory spanFactory) |
Copyright © 2010–2023. All rights reserved.