Uses of Interface
org.axonframework.messaging.commandhandling.CommandHandlerRegistry
Packages that use CommandHandlerRegistry
Package
Description
Classes that implement the concept of command handling using explicit command objects.
A collection of classes which may prove useful when testing Axon-based classes.
-
Uses of CommandHandlerRegistry in org.axonframework.messaging.commandhandling
Classes in org.axonframework.messaging.commandhandling with type parameters of type CommandHandlerRegistryModifier and TypeInterfaceDescriptioninterfaceCommandHandlerRegistry<S extends CommandHandlerRegistry<S>>Interface describing a registry ofcommand handlers.Subinterfaces of CommandHandlerRegistry in org.axonframework.messaging.commandhandlingModifier and TypeInterfaceDescriptioninterfaceThe mechanism that dispatchescommandsto their appropriatecommand handler.Classes in org.axonframework.messaging.commandhandling that implement CommandHandlerRegistryModifier and TypeClassDescriptionclassImplementation of theCommandBusthatdispatchescommands to the handlers subscribed to that specific command'sname.classA simple implementation of theCommandHandlingComponentinterface, allowing for easy registration ofCommandHandlersand otherCommandHandlingComponents. -
Uses of CommandHandlerRegistry in org.axonframework.messaging.commandhandling.distributed
Classes in org.axonframework.messaging.commandhandling.distributed that implement CommandHandlerRegistryModifier and TypeClassDescriptionclassImplementation of aCommandBusthat is aware of multiple instances of aCommandBusworking together to spread load. -
Uses of CommandHandlerRegistry in org.axonframework.messaging.commandhandling.interception
Classes in org.axonframework.messaging.commandhandling.interception that implement CommandHandlerRegistryModifier and TypeClassDescriptionclass -
Uses of CommandHandlerRegistry in org.axonframework.messaging.commandhandling.retry
Classes in org.axonframework.messaging.commandhandling.retry that implement CommandHandlerRegistryModifier and TypeClassDescriptionclassACommandBuswrapper that will retry dispatchingcommandsthat resulted in a failure. -
Uses of CommandHandlerRegistry in org.axonframework.messaging.commandhandling.tracing
Classes in org.axonframework.messaging.commandhandling.tracing that implement CommandHandlerRegistryModifier and TypeClassDescriptionclassACommandBuswrapper that adds tracing for outgoing and incomingcommands. -
Uses of CommandHandlerRegistry in org.axonframework.test.fixture
Classes in org.axonframework.test.fixture that implement CommandHandlerRegistryModifier and TypeClassDescriptionclassAn CommandBus implementation recording all the commands that are dispatched. -
Uses of CommandHandlerRegistry in org.axonframework.test.util
Classes in org.axonframework.test.util that implement CommandHandlerRegistryModifier and TypeClassDescriptionclassCommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records them instead.