Class Servlet3AsyncContextStartAdvice

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

public class Servlet3AsyncContextStartAdvice extends Object
  • Constructor Details

    • Servlet3AsyncContextStartAdvice

      public Servlet3AsyncContextStartAdvice()
  • Method Details

    • start

      @OnMethodEnter(suppress=java.lang.Throwable.class) public static void start(@This javax.servlet.AsyncContext asyncContext, @Argument(value=0,readOnly=false) Runnable runnable)