Class ReturnChannelHandlerInstrumentation.MethodAdvice

java.lang.Object
com.vaadin.extension.instrumentation.communication.rpc.ReturnChannelHandlerInstrumentation.MethodAdvice
Enclosing class:
ReturnChannelHandlerInstrumentation

public static class ReturnChannelHandlerInstrumentation.MethodAdvice extends Object
  • Constructor Details

    • MethodAdvice

      public MethodAdvice()
  • Method Details

    • onEnter

      @OnMethodEnter public static void onEnter(@Local("otelSpan") io.opentelemetry.api.trace.Span span, @Local("otelScope") io.opentelemetry.context.Scope scope)
    • onExit

      @OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void onExit(@Thrown Throwable throwable, @Local("otelSpan") io.opentelemetry.api.trace.Span span, @Local("otelScope") io.opentelemetry.context.Scope scope)