Interface ParallelFlow.Builder.WithStep

    • Method Detail

      • with

        ParallelFlow.Builder.BuildStep with​(ExecutorService executorService)
        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