Interface ParallelFlow.Builder.WithStep

Enclosing class:
ParallelFlow.Builder

public static interface ParallelFlow.Builder.WithStep
  • Method Details

    • with

      A 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.
      Parameters:
      executorService - to use to execute work units in parallel
      Returns:
      the builder instance