Class ResponseInstrumentation.OnCompletedAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.asynchttpclient.v1_9.ResponseInstrumentation.OnCompletedAdvice
Enclosing class:
ResponseInstrumentation

public static class ResponseInstrumentation.OnCompletedAdvice extends Object
  • Constructor Details

    • OnCompletedAdvice

      public OnCompletedAdvice()
  • Method Details

    • onEnter

      @OnMethodEnter(suppress=java.lang.Throwable.class) public static io.opentelemetry.context.Scope onEnter(@This com.ning.http.client.AsyncCompletionHandler<?> handler, @Argument(0) com.ning.http.client.Response response)
    • onExit

      @OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void onExit(@Enter io.opentelemetry.context.Scope scope)