Class Saga.StepBuilder<T>
java.lang.Object
cloud.opencode.base.event.saga.Saga.StepBuilder<T>
- Type Parameters:
T- the context type - 上下文类型
Builder for SagaStep.
SagaStep 构建器。
- Since:
- JDK 25, opencode-base-event V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
Modifier and TypeMethodDescriptionbuild()compensation(Consumer<T> compensation) retries(int maxRetries)
-
Method Details
-
action
-
compensation
-
timeout
-
retries
-
build
-