Uses of Enum Class
cloud.opencode.base.event.saga.SagaStatus
Packages that use SagaStatus
-
Uses of SagaStatus in cloud.opencode.base.event.saga
Subclasses with type arguments of type SagaStatus in cloud.opencode.base.event.sagaModifier and TypeClassDescriptionenumSaga Status - The status of a saga execution Saga 状态 - saga 执行的状态Methods in cloud.opencode.base.event.saga that return SagaStatusModifier and TypeMethodDescriptionSagaResult.status()Returns the value of thestatusrecord component.static SagaStatusReturns the enum constant of this class with the specified name.static SagaStatus[]SagaStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.event.saga with parameters of type SagaStatusModifierConstructorDescriptionSagaResult(String sagaId, String sagaName, SagaStatus status, T context, Instant startTime, Instant endTime, String failedStep, Throwable error) Creates an instance of aSagaResultrecord class.