Uses of Package
org.axonframework.messaging.commandhandling.distributed
Packages that use org.axonframework.messaging.commandhandling.distributed
Package
Description
-
Classes in org.axonframework.messaging.commandhandling.distributed used by org.axonframework.axonserver.connector.commandClassDescriptionThe
CommandBusConnectorinterface defines the contract for connecting multipleCommandBusinstances.A functional interface representing a handler for incoming command messages. -
Classes in org.axonframework.messaging.commandhandling.distributed used by org.axonframework.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.