Uses of Interface
org.axonframework.messaging.core.MessageHandler
Packages that use MessageHandler
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Classes related to event handling and dispatching, such as
and the
invalid reference
Event Listeners
Event Bus.-
Uses of MessageHandler in org.axonframework.messaging.commandhandling
Subinterfaces of MessageHandler in org.axonframework.messaging.commandhandlingModifier and TypeInterfaceDescriptioninterfaceInterface describing a handler ofcommands.interfaceInterface describing a group ofCommandHandlersbelonging to a single component.Classes in org.axonframework.messaging.commandhandling that implement MessageHandlerModifier and TypeClassDescriptionclassA simple implementation of theCommandHandlingComponentinterface, allowing for easy registration ofCommandHandlersand otherCommandHandlingComponents. -
Uses of MessageHandler in org.axonframework.messaging.commandhandling.annotation
Classes in org.axonframework.messaging.commandhandling.annotation that implement MessageHandlerModifier and TypeClassDescriptionclassAdapter that turns classes withCommandHandlerannotated methods into aCommandHandlingComponent. -
Uses of MessageHandler in org.axonframework.messaging.eventhandling
Subinterfaces of MessageHandler in org.axonframework.messaging.eventhandlingModifier and TypeInterfaceDescriptioninterfaceInterface describing a handler ofevents.interfaceInterface describing a group ofEventHandlersbelonging to a single component.Classes in org.axonframework.messaging.eventhandling that implement MessageHandlerModifier and TypeClassDescriptionclassAbstract implementation of anEventHandlingComponentthat delegates calls to a given delegate.classSimple implementation of theEventHandlingComponent, containing a collection ofEventHandlersto invoke onSimpleEventHandlingComponent.handle(EventMessage, ProcessingContext). -
Uses of MessageHandler in org.axonframework.messaging.eventhandling.annotation
Classes in org.axonframework.messaging.eventhandling.annotation that implement MessageHandlerModifier and TypeClassDescriptionclassAdapter that turns classes withEventHandlerannotated methods into aEventHandlingComponent. -
Uses of MessageHandler in org.axonframework.messaging.eventhandling.interception
Classes in org.axonframework.messaging.eventhandling.interception that implement MessageHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentimplementation that supports intercepting event handling through MessageHandlerInterceptors. -
Uses of MessageHandler in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Classes in org.axonframework.messaging.eventhandling.processing.streaming.segmenting that implement MessageHandlerModifier and TypeClassDescriptionclassDecorator forEventHandlingComponent.classDecorator implementation ofEventHandlingComponentthat uses a configurableSequencingPolicyto determine the sequence identifier for events, while delegating all other operations to an underlyingEventHandlingComponent.classAnEventHandlingComponentwrapper that ensures events with the same sequence identifier are handled sequentially. -
Uses of MessageHandler in org.axonframework.messaging.eventhandling.tracing
Classes in org.axonframework.messaging.eventhandling.tracing that implement MessageHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentthat tracks the handling of events using aSpansupplier. -
Uses of MessageHandler in org.axonframework.messaging.queryhandling
Subinterfaces of MessageHandler in org.axonframework.messaging.queryhandlingModifier and TypeInterfaceDescriptioninterfaceInterface describing a handler ofqueries.interfaceInterface describing a group ofQueryHandlersbelonging to a single component.Classes in org.axonframework.messaging.queryhandling that implement MessageHandlerModifier and TypeClassDescriptionclassA simple implementation of theQueryHandlingComponentinterface, allowing for easy registration ofQueryHandlersand otherQueryHandlingComponents. -
Uses of MessageHandler in org.axonframework.messaging.queryhandling.annotation
Classes in org.axonframework.messaging.queryhandling.annotation that implement MessageHandlerModifier and TypeClassDescriptionclassAdapter that turns classes withQueryHandlerannotated methods into aQueryHandlingComponent. -
Uses of MessageHandler in org.axonframework.modelling.entity
Subinterfaces of MessageHandler in org.axonframework.modelling.entityModifier and TypeInterfaceDescriptioninterfaceFunctional interface describing a handler of aCommandMessagefor that uses an entity to make a decision.Classes in org.axonframework.modelling.entity that implement MessageHandlerModifier and TypeClassDescriptionclassACommandHandlingComponentthat handles commands for an entity.