public static class AnalyticsEndpoint.AnalyticsPipelineInitializer extends Object implements PipelineInitializer
| 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 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 © 2021 Couchbase, Inc.. All rights reserved.