public static interface ParallelFlow.Builder.WithStep
| Modifier and Type | Method and Description |
|---|---|
ParallelFlow.Builder.BuildStep |
with(ExecutorService executorService)
A
ParallelFlow requires an ExecutorService to
execute work units in parallel using multiple threads. |
ParallelFlow.Builder.BuildStep with(ExecutorService executorService)
ParallelFlow requires an ExecutorService to
execute work units in parallel using multiple threads.
It is the responsibility of the caller to manage the lifecycle
of the executor service.executorService - to use to execute work units in parallelCopyright © 2020. All rights reserved.