Uses of Class
io.dapr.workflows.saga.SagaOption.Builder
Packages that use SagaOption.Builder
-
Uses of SagaOption.Builder in io.dapr.workflows.saga
Methods in io.dapr.workflows.saga that return SagaOption.BuilderModifier and TypeMethodDescriptionstatic SagaOption.Builder
SagaOption.newBuilder()
SagaOption.Builder.setContinueWithError
(boolean continueWithError) Set continue with error.SagaOption.Builder.setMaxParallelThread
(int maxParallelThread) set max parallel thread.SagaOption.Builder.setParallelCompensation
(boolean parallelCompensation) Set parallel compensation.