Class EventingEndpoint.EventingPipelineInitializer
java.lang.Object
com.couchbase.client.core.endpoint.EventingEndpoint.EventingPipelineInitializer
- All Implemented Interfaces:
PipelineInitializer
- Enclosing class:
EventingEndpoint
public static class EventingEndpoint.EventingPipelineInitializer
extends Object
implements PipelineInitializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(BaseEndpoint endpoint, com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline) Initializes the pipeline with the handlers that are part of the implementation.
-
Constructor Details
-
EventingPipelineInitializer
public EventingPipelineInitializer()
-
-
Method Details
-
init
public void init(BaseEndpoint endpoint, com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline) Description copied from interface:PipelineInitializerInitializes the pipeline with the handlers that are part of the implementation.- Specified by:
initin interfacePipelineInitializer- Parameters:
endpoint- the outer endpoint which sometimes needs to be accessed.pipeline- the pipeline to modify.
-