Uses of Interface
org.axonframework.messaging.eventhandling.replay.ResetHandlerRegistry
Packages that use ResetHandlerRegistry
Package
Description
Package for event handling components in Axon Framework.
Part of the Axon Messaging module.
-
Uses of ResetHandlerRegistry in org.axonframework.messaging.eventhandling
Classes in org.axonframework.messaging.eventhandling that implement ResetHandlerRegistryModifier and TypeClassDescriptionclassSimple implementation of theEventHandlingComponent,EventHandlerRegistry, andResetHandlerRegistry. -
Uses of ResetHandlerRegistry in org.axonframework.messaging.eventhandling.replay
Classes in org.axonframework.messaging.eventhandling.replay with type parameters of type ResetHandlerRegistryModifier and TypeClassDescriptionclassAnEventHandlingComponentthat blocks all event handling during replay.interfaceResetHandlerRegistry<S extends ResetHandlerRegistry<S>>Registry for subscribingResetHandlerinstances.Classes in org.axonframework.messaging.eventhandling.replay that implement ResetHandlerRegistryModifier and TypeClassDescriptionclassAnEventHandlingComponentthat blocks all event handling during replay.