Uses of Package
io.axoniq.framework.messaging.commandhandling.distributed
Packages that use io.axoniq.framework.messaging.commandhandling.distributed
Package
Description
Part of the Axon Server Connector module.
Part of the Axon Messaging module.
-
Classes in io.axoniq.framework.messaging.commandhandling.distributed used by io.axoniq.framework.axonserver.connector.commandClassDescriptionThe
CommandBusConnectorinterface defines the contract for connecting multipleCommandBusinstances.A functional interface representing a handler for incoming command messages. -
Classes in io.axoniq.framework.messaging.commandhandling.distributed used by io.axoniq.framework.messaging.commandhandling.distributedClassDescriptionThe
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.