Class ProtonEnginePipelineProxy

java.lang.Object
org.apache.qpid.protonj2.engine.impl.ProtonEnginePipelineProxy
All Implemented Interfaces:
EnginePipeline

public class ProtonEnginePipelineProxy extends Object implements EnginePipeline
Wrapper around the internal ProtonEnginePipeline used to present a guarded pipeline to the outside world when the Engine.pipeline() method is used to gain access to the pipeline. The proxy will ensure that any read or write calls enforce Engine state such as not started and shutdown.