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