Uses of Interface
org.axonframework.messaging.eventhandling.replay.ReplayStatusChangedHandler
Packages that use ReplayStatusChangedHandler
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 ReplayStatusChangedHandler in org.axonframework.messaging.eventhandling
Subinterfaces of ReplayStatusChangedHandler in org.axonframework.messaging.eventhandlingModifier and TypeInterfaceDescriptioninterfaceInterface describing a group ofEventHandlersbelonging to a single component.Classes in org.axonframework.messaging.eventhandling that implement ReplayStatusChangedHandlerModifier 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 ReplayStatusChangedHandlerModifier and TypeMethodDescriptionSimpleEventHandlingComponent.subscribe(ReplayStatusChangedHandler replayStatusChangedHandler) -
Uses of ReplayStatusChangedHandler in org.axonframework.messaging.eventhandling.annotation
Classes in org.axonframework.messaging.eventhandling.annotation that implement ReplayStatusChangedHandlerModifier and TypeClassDescriptionclassAdapter that turns classes withEventHandlerannotated methods into aEventHandlingComponent. -
Uses of ReplayStatusChangedHandler in org.axonframework.messaging.eventhandling.deadletter
Classes in org.axonframework.messaging.eventhandling.deadletter that implement ReplayStatusChangedHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentdecorator that uses aSequencedDeadLetterQueueto enqueueeventsfor which handling failed. -
Uses of ReplayStatusChangedHandler in org.axonframework.messaging.eventhandling.interception
Classes in org.axonframework.messaging.eventhandling.interception that implement ReplayStatusChangedHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentimplementation that supports intercepting event handling through MessageHandlerInterceptors. -
Uses of ReplayStatusChangedHandler in org.axonframework.messaging.eventhandling.processing.streaming.segmenting
Classes in org.axonframework.messaging.eventhandling.processing.streaming.segmenting that implement ReplayStatusChangedHandlerModifier 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 ReplayStatusChangedHandler in org.axonframework.messaging.eventhandling.replay
Classes in org.axonframework.messaging.eventhandling.replay that implement ReplayStatusChangedHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentthat blocks all event handling during replay.Methods in org.axonframework.messaging.eventhandling.replay with parameters of type ReplayStatusChangedHandlerModifier and TypeMethodDescriptionReplayStatusChangedHandlerRegistry.subscribe(ReplayStatusChangedHandler replayStatusChangedHandler) Subscribes a replay status changed handler to this registry. -
Uses of ReplayStatusChangedHandler in org.axonframework.messaging.eventhandling.tracing
Classes in org.axonframework.messaging.eventhandling.tracing that implement ReplayStatusChangedHandlerModifier and TypeClassDescriptionclassAnEventHandlingComponentthat tracks the handling of events using aSpansupplier.