Package org.axonframework.messaging.commandhandling.distributed
package org.axonframework.messaging.commandhandling.distributed
-
ClassDescriptionThe
CommandBusConnectorinterface defines the contract for connecting multipleCommandBusinstances.A functional interface representing a handler for incoming command messages.A callback interface for handling the result of command processing.ACommandBusConnectorimplementation that wraps anotherCommandBusConnectorand delegates all calls to it.Implementation of aCommandBusthat is aware of multiple instances of aCommandBusworking together to spread load.Configuration for theDistributedCommandBus.Configuration enhancer for theDistributedCommandBus, which upon detection of aCommandBusConnectorin the configuration will decorate the regularCommandBuswith the provided connector.Connector implementation that converts the payload of outgoing messages into the expected format.