Class AbstractNettyChannelPipelineInstrumentation.RemoveAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.netty.v4.common.AbstractNettyChannelPipelineInstrumentation.RemoveAdvice
- Enclosing class:
- AbstractNettyChannelPipelineInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidremoveHandler(io.netty.channel.ChannelPipeline pipeline, io.netty.channel.ChannelHandler handler)
-
Constructor Details
-
RemoveAdvice
public RemoveAdvice()
-
-
Method Details
-
removeHandler
@OnMethodEnter(suppress=java.lang.Throwable.class) public static void removeHandler(@This io.netty.channel.ChannelPipeline pipeline, @Argument(0) io.netty.channel.ChannelHandler handler)
-