Class Servlet3AsyncStartAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.servlet.v3_0.Servlet3AsyncStartAdvice

public class Servlet3AsyncStartAdvice extends Object
  • Constructor Details

    • Servlet3AsyncStartAdvice

      public Servlet3AsyncStartAdvice()
  • Method Details

    • startAsyncEnter

      @OnMethodEnter(suppress=java.lang.Throwable.class) public static void startAsyncEnter(@Local("otelCallDepth") io.opentelemetry.javaagent.bootstrap.CallDepth callDepth)
    • startAsyncExit

      @OnMethodExit(suppress=java.lang.Throwable.class) public static void startAsyncExit(@This javax.servlet.ServletRequest servletRequest, @Local("otelCallDepth") io.opentelemetry.javaagent.bootstrap.CallDepth callDepth)