Package org.axonframework.messaging.eventhandling.replay.annotation
@NullMarked
package org.axonframework.messaging.eventhandling.replay.annotation
Part of the Axon Messaging module. Contains classes related to event replay annotation logic.
-
ClassDescriptionAnnotation marking a Handler (or class) as being capable of handling replays, or not, depending on the value passed.Annotation marking a Handler (or class) as not being able to handle replaysAn implementation of the
HandlerEnhancerDefinitionthat is used forAllowReplayannotatedevent handling methods.Annotation indication that a parameter on a Message Handler method should be injected with theresetContextpresent in aReplayToken.An implementation of theParameterResolverFactorywhich resolves the parameter annotated withReplayContext.An implementation of theParameterResolverFactorywhich resolves theReplayStatusparameter.Annotation that can be placed on a method that is to be invoked when theReplayStatusis about to change.Annotation that can be placed on a method that is to be invoked when a reset is being prepared.