Uses of Class
io.dapr.workflows.saga.SagaOption.Builder
-
Uses of SagaOption.Builder in io.dapr.workflows.saga
Modifier 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.