Class EventRpcHandlerInstrumentation.MethodAdvice

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

public static class EventRpcHandlerInstrumentation.MethodAdvice extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onEnter(com.vaadin.flow.internal.StateNode node, elemental.json.JsonObject jsonObject, io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Scope scope)
     
    static void
    onExit(Throwable throwable, io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Scope scope)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MethodAdvice

      public MethodAdvice()
  • Method Details

    • onEnter

      @OnMethodEnter public static void onEnter(@Argument(0) com.vaadin.flow.internal.StateNode node, @Argument(1) elemental.json.JsonObject jsonObject, @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)