Uses of Interface
org.axonframework.messaging.eventhandling.EventHandler
Packages that use EventHandler
Package
Description
Classes related to event handling and dispatching, such as
and the
invalid reference
Event Listeners
Event Bus.-
Uses of EventHandler in org.axonframework.messaging.eventhandling
Subinterfaces of EventHandler in org.axonframework.messaging.eventhandlingModifier and TypeInterfaceDescriptioninterfaceInterface describing a group ofEventHandlersbelonging to a single component.Classes in org.axonframework.messaging.eventhandling that implement EventHandlerModifier and TypeClassDescriptionclassAbstract implementation of anEventHandlingComponentthat delegates calls to a given delegate.classSimple implementation of theEventHandlingComponent, containing a collection ofEventHandlersto invoke onSimpleEventHandlingComponent.handle(EventMessage, ProcessingContext).Methods in org.axonframework.messaging.eventhandling with parameters of type EventHandlerModifier and TypeMethodDescriptiondefault SEventHandlerRegistry.subscribe(Set<QualifiedName> names, EventHandler eventHandler) EventHandlerRegistry.subscribe(QualifiedName name, EventHandler eventHandler) SimpleEventHandlingComponent.subscribe(Set<QualifiedName> names, EventHandler handler) SimpleEventHandlingComponent.subscribe(QualifiedName name, EventHandler handler) -
Uses of EventHandler in org.axonframework.messaging.eventhandling.annotation
Classes in org.axonframework.messaging.eventhandling.annotation that implement EventHandlerModifier and TypeClassDescriptionclassAdapter that turns classes withEventHandlerannotated methods into aEventHandlingComponent. -
Uses of EventHandler in org.axonframework.messaging.eventhandling.interception
Classes in org.axonframework.messaging.eventhandling.interception that implement EventHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentimplementation that supports intercepting event handling through MessageHandlerInterceptors.Constructors in org.axonframework.messaging.eventhandling.interception with parameters of type EventHandlerModifierConstructorDescriptionEventMessageHandlerInterceptorChain(List<MessageHandlerInterceptor<? super EventMessage>> interceptors, EventHandler eventHandler) Constructs a newEventMessageHandlerInterceptorChainwith a list ofinterceptionand aneventHandler. -
Uses of EventHandler in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Classes in org.axonframework.messaging.eventhandling.processing.streaming.segmenting that implement EventHandlerModifier 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 EventHandler in org.axonframework.messaging.eventhandling.tracing
Classes in org.axonframework.messaging.eventhandling.tracing that implement EventHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentthat tracks the handling of events using aSpansupplier.