Uses of Interface
org.axonframework.messaging.Distributed
Packages that use Distributed
Package
Description
-
Uses of Distributed in org.axonframework.axonserver.connector.command
Classes in org.axonframework.axonserver.connector.command that implement DistributedModifier and TypeClassDescriptionclassAxonCommandBusimplementation that connects to Axon Server to submit and receive commands and command responses. -
Uses of Distributed in org.axonframework.axonserver.connector.query
Classes in org.axonframework.axonserver.connector.query that implement DistributedModifier and TypeClassDescriptionclassAxonQueryBusimplementation that connects to Axon Server to submit and receive queries and query responses. -
Uses of Distributed in org.axonframework.commandhandling.distributed
Classes in org.axonframework.commandhandling.distributed that implement DistributedModifier and TypeClassDescriptionclassImplementation of aCommandBusthat is aware of multiple instances of a CommandBus working together to spread load.