Class ParallelNode

java.lang.Object
io.pebbletemplates.pebble.node.AbstractRenderableNode
io.pebbletemplates.pebble.node.ParallelNode
All Implemented Interfaces:
Node, RenderableNode

public class ParallelNode extends AbstractRenderableNode
  • Field Details

    • logger

      private final org.slf4j.Logger logger
    • body

      private final BodyNode body
    • 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 Details

    • ParallelNode

      public ParallelNode(int lineNumber, BodyNode body)
  • Method Details