Class AsyncDispatchAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.servlet.v3_0.AsyncDispatchAdvice
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AsyncDispatchAdvice
public AsyncDispatchAdvice()
-
-
Method Details
-
enter
@OnMethodEnter(suppress=java.lang.Throwable.class) public static void enter(@This javax.servlet.AsyncContext context, @AllArguments Object[] args, @Local("otelCallDepth") io.opentelemetry.javaagent.bootstrap.CallDepth callDepth) -
exit
@OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void exit(@Local("otelCallDepth") io.opentelemetry.javaagent.bootstrap.CallDepth callDepth)
-