Class ParallelNode

    • Field Detail

      • logger

        private final org.slf4j.Logger logger
      • hasWarnedAboutNonExistingExecutorService

        private boolean hasWarnedAboutNonExistingExecutorService
        If the user is using the parallel tag but doesn't provide an ExecutorService we will warn them that this tag will essentially be ignored but it's important that we only warn them once because this tag may show up in a loop.
    • Constructor Detail

      • ParallelNode

        public ParallelNode​(int lineNumber,
                            BodyNode body)