Package org.axonframework.messaging.eventhandling.replay.annotation
package org.axonframework.messaging.eventhandling.replay.annotation
-
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 forAllowReplayannotated message 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 a reset is being prepared.