Class ContainerPipeline

java.lang.Object
org.gcube.smartgears.handlers.Pipeline<ContainerLifecycleEvent,ContainerHandler>
org.gcube.smartgears.handlers.container.ContainerPipeline

public class ContainerPipeline extends Pipeline<ContainerLifecycleEvent,ContainerHandler>
Author:
Fabio Simeoni
  • Constructor Details

    • 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 Details

    • reverse

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