Uses of Class
cloud.opencode.base.event.saga.Saga.Builder
Packages that use Saga.Builder
-
Uses of Saga.Builder in cloud.opencode.base.event.saga
Methods in cloud.opencode.base.event.saga that return Saga.BuilderModifier and TypeMethodDescriptionSaga.StepBuilder.build()static <T> Saga.Builder<T> Saga.builder()Creates a new builder.Saga.Builder.globalTimeout(Duration timeout) Saga.Builder.onFailure(BiConsumer<T, Throwable> handler)