Class HttpExtServerInstrumentation.AkkaHttpSyncAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.akkahttp.server.HttpExtServerInstrumentation.AkkaHttpSyncAdvice
Enclosing class:
HttpExtServerInstrumentation

public static class HttpExtServerInstrumentation.AkkaHttpSyncAdvice extends Object
  • Constructor Details

    • AkkaHttpSyncAdvice

      public AkkaHttpSyncAdvice()
  • Method Details

    • wrapHandler

      @OnMethodEnter(suppress=java.lang.Throwable.class) public static void wrapHandler(@Argument(value=0,readOnly=false) scala.Function1<akka.http.scaladsl.model.HttpRequest,akka.http.scaladsl.model.HttpResponse> handler)