Uses of Interface
com.redhat.parodos.workflows.workflow.ParallelFlow.Builder.BuildStep
-
Packages that use ParallelFlow.Builder.BuildStep Package Description com.redhat.parodos.workflows.workflow -
-
Uses of ParallelFlow.Builder.BuildStep in com.redhat.parodos.workflows.workflow
Methods in com.redhat.parodos.workflows.workflow that return ParallelFlow.Builder.BuildStep Modifier and Type Method Description ParallelFlow.Builder.BuildStepParallelFlow.Builder.WithStep. with(ExecutorService executorService)AParallelFlowrequires anExecutorServiceto execute work units in parallel using multiple threads.
-