Class Pipeline.Builder<S>

  • Type Parameters:
    S - the shared state of the pipeline to build
    Enclosing class:
    Pipeline<S>

    public static class Pipeline.Builder<S>
    extends java.lang.Object
    It is safe to use the builder after the build call if the used processors are stateless. The resulting Pipeline works on copies of the processor queues.
    Author:
    Mathias Hofer