Class Saga.Builder<T>
java.lang.Object
cloud.opencode.base.event.saga.Saga.Builder<T>
- Type Parameters:
T- the context type - 上下文类型
Builder for Saga.
Saga 构建器。
- Since:
- JDK 25, opencode-base-event V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
Modifier and TypeMethodDescriptionbuild()globalTimeout(Duration timeout) onFailure(BiConsumer<T, Throwable> handler)
-
Method Details
-
name
-
step
-
addStep
-
onSuccess
-
onFailure
-
globalTimeout
-
build
-