Class ContainerPipeline

    • Constructor Detail

      • ContainerPipeline

        public ContainerPipeline​(List<ContainerHandler> handlers)
        Creates an instance with a given list of handlers.

        Modification to the input list do not affect the pipeline.

        Parameters:
        handlers - the handlers
    • Method Detail

      • reverse

        public ContainerPipeline reverse()
        Returns a pipeline with the same handlers as this pipeline but in reverse order.
        Returns:
        the reversed pipeline