Class AsyncCompletionHandlerInstrumentation.OnThrowableAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.asynchttpclient.v2_0.AsyncCompletionHandlerInstrumentation.OnThrowableAdvice
- Enclosing class:
- AsyncCompletionHandlerInstrumentation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OnThrowableAdvice
public OnThrowableAdvice()
-
-
Method Details
-
onEnter
@OnMethodEnter(suppress=java.lang.Throwable.class) public static io.opentelemetry.context.Scope onEnter(@This org.asynchttpclient.AsyncCompletionHandler<?> handler, @Argument(0) Throwable throwable) -
onExit
@OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void onExit(@Enter io.opentelemetry.context.Scope scope)
-