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.
Part of the Axon Messaging module.
Package for event handling components in Axon Framework.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Package for query handling components in Axon Framework.
Part of the Axon Messaging module.
Part of the Axon Modelling module.
-
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,EventHandlerRegistry, andResetHandlerRegistry. -
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.deadletter
Classes in org.axonframework.messaging.eventhandling.deadletter that implement MessageHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentdecorator that uses aSequencedDeadLetterQueueto enqueueeventsfor which handling failed. -
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.replay
Subinterfaces of MessageHandler in org.axonframework.messaging.eventhandling.replayModifier and TypeInterfaceDescriptioninterfaceFunctional interface for handlingReplayStatusChangedmessages.interfaceFunctional interface for handlingResetContextmessages.Classes in org.axonframework.messaging.eventhandling.replay that implement MessageHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentthat blocks all event handling during replay. -
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.