Uses of Interface
org.axonframework.messaging.eventhandling.EventHandler
Packages that use EventHandler
Package
Description
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.
-
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,EventHandlerRegistry, andResetHandlerRegistry.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.deadletter
Classes in org.axonframework.messaging.eventhandling.deadletter that implement EventHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentdecorator that uses aSequencedDeadLetterQueueto enqueueeventsfor which handling failed. -
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.replay
Classes in org.axonframework.messaging.eventhandling.replay that implement EventHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentthat blocks all event handling during replay. -
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.