public static class EventingEndpoint.EventingPipelineInitializer extends Object implements PipelineInitializer
| Constructor and Description |
|---|
EventingPipelineInitializer() |
| 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 © 2024 Couchbase, Inc.. All rights reserved.