| 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. |
| 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. |
Copyright © 2010–2023. All rights reserved.