Package org.axonframework.messaging.eventhandling.replay
@NullMarked
package org.axonframework.messaging.eventhandling.replay
Part of the Axon Messaging module. Contains classes related to event replays.
-
ClassDescriptionGeneric implementation of the
ReplayStatusChangedinterface.Generic implementation of theResetContextinterface.AnEventHandlingComponentthat blocks all event handling during replay.Type that can be used as parameter of Event Handler methods that indicates whether a message is delivered as part of a replay, or in regular operations.AMessagesignalling that theReplayStatusof an Event Handling Component changed.Functional interface for handlingReplayStatusChangedmessages.Registry for subscribingReplayStatusChangedHandlerinstances.AMessageinitiating the reset of an Event Handling Component.Functional interface for handlingResetContextmessages.ResetHandlerRegistry<S extends ResetHandlerRegistry<S>>Registry for subscribingResetHandlerinstances.Exception indicating that a reset is not supported by a component.