Uses of Enum Class
org.axonframework.messaging.eventhandling.replay.ReplayStatus
Packages that use ReplayStatus
Package
Description
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of ReplayStatus in org.axonframework.messaging.eventhandling.replay
Methods in org.axonframework.messaging.eventhandling.replay that return ReplayStatusModifier and TypeMethodDescriptionGenericReplayStatusChanged.status()ReplayStatusChanged.status()The status changed to as notified by this message.static ReplayStatusReturns the enum constant of this class with the specified name.static ReplayStatus[]ReplayStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.axonframework.messaging.eventhandling.replay with parameters of type ReplayStatusModifierConstructorDescriptionGenericReplayStatusChanged(ReplayStatus status, @Nullable Object payload) Constructs aGenericReplayStatusChangefor the givenstatusandpayload.GenericReplayStatusChanged(ReplayStatus status, @Nullable Object payload, Map<String, @Nullable String> metadata) Constructs aGenericReplayStatusChangefor the givenstatus,payload, andmetadata.GenericReplayStatusChanged(ReplayStatus status, Message delegate) Constructs aGenericReplayStatusChangefor the givendelegate, intended to reconstruct anotherReplayStatusChanged. -
Uses of ReplayStatus in org.axonframework.messaging.eventhandling.replay.annotation
Methods in org.axonframework.messaging.eventhandling.replay.annotation that return types with arguments of type ReplayStatusModifier and TypeMethodDescription@Nullable ParameterResolver<ReplayStatus> ReplayParameterResolverFactory.createInstance(Executable executable, Parameter[] parameters, int parameterIndex)