public static class ManagerEndpoint.ManagerPipelineInitializer extends Object implements PipelineInitializer
| Constructor and Description |
|---|
ManagerPipelineInitializer(EndpointContext endpointContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(BaseEndpoint endpoint,
com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline)
Initializes the pipeline with the handlers that are part of the implementation.
|
public ManagerPipelineInitializer(EndpointContext endpointContext)
public void init(BaseEndpoint endpoint, com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline)
PipelineInitializerinit in interface PipelineInitializerendpoint - the outer endpoint which sometimes needs to be accessed.pipeline - the pipeline to modify.Copyright © 2024 Couchbase, Inc.. All rights reserved.