Class ConnectionCompleteListener
java.lang.Object
io.opentelemetry.instrumentation.netty.v4.common.internal.client.ConnectionCompleteListener
- All Implemented Interfaces:
io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<Void>>,EventListener
public class ConnectionCompleteListener
extends Object
implements io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<Void>>
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionCompleteListener(NettyConnectionInstrumenter instrumenter, io.opentelemetry.context.Context context, io.opentelemetry.instrumentation.netty.common.internal.NettyConnectionRequest request) -
Method Summary
Modifier and TypeMethodDescriptionvoidoperationComplete(io.netty.util.concurrent.Future<Void> future)
-
Constructor Details
-
ConnectionCompleteListener
public ConnectionCompleteListener(NettyConnectionInstrumenter instrumenter, io.opentelemetry.context.Context context, io.opentelemetry.instrumentation.netty.common.internal.NettyConnectionRequest request)
-
-
Method Details
-
operationComplete
- Specified by:
operationCompletein interfaceio.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<Void>>
-