Uses of Interface
org.axonframework.messaging.commandhandling.CommandHandlingComponent
Packages that use CommandHandlingComponent
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of CommandHandlingComponent in org.axonframework.messaging.commandhandling
Classes in org.axonframework.messaging.commandhandling that implement CommandHandlingComponentModifier and TypeClassDescriptionclassA simple implementation of theCommandHandlingComponentinterface, allowing for easy registration ofCommandHandlersand otherCommandHandlingComponents.Methods in org.axonframework.messaging.commandhandling with parameters of type CommandHandlingComponentModifier and TypeMethodDescriptiondefault SCommandHandlerRegistry.subscribe(CommandHandlingComponent handlingComponent) Subscribe the givenhandlingComponentwith this registry.SimpleCommandHandlingComponent.subscribe(CommandHandlingComponent commandHandlingComponent) -
Uses of CommandHandlingComponent in org.axonframework.messaging.commandhandling.annotation
Classes in org.axonframework.messaging.commandhandling.annotation that implement CommandHandlingComponentModifier and TypeClassDescriptionclassAdapter that turns classes withCommandHandlerannotated methods into aCommandHandlingComponent. -
Uses of CommandHandlingComponent in org.axonframework.messaging.commandhandling.configuration
Method parameters in org.axonframework.messaging.commandhandling.configuration with type arguments of type CommandHandlingComponentModifier and TypeMethodDescriptionCommandHandlingModule.CommandHandlerPhase.commandHandlingComponent(ComponentBuilder<CommandHandlingComponent> handlingComponentBuilder) Registers the givenhandlingComponentBuilderwithin this module. -
Uses of CommandHandlingComponent in org.axonframework.modelling.entity
Classes in org.axonframework.modelling.entity that implement CommandHandlingComponentModifier and TypeClassDescriptionclassACommandHandlingComponentthat handles commands for an entity.