public class ContainerPipeline extends Pipeline<ContainerLifecycleEvent,ContainerHandler>
Pipeline of ContainerHandlers.| Constructor and Description |
|---|
ContainerPipeline(List<ContainerHandler> handlers)
Creates an instance with a given list of handlers.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerPipeline |
reverse()
Returns a pipeline with the same handlers as this pipeline but in reverse order.
|
public ContainerPipeline(List<ContainerHandler> handlers)
Modification to the input list do not affect the pipeline.
handlers - the handlerspublic ContainerPipeline reverse()
Copyright © 2019. All Rights Reserved.