Class PushMessageHandlerInstrumentation.SubscribeAdvice

java.lang.Object
com.vaadin.extension.instrumentation.hilla.PushMessageHandlerInstrumentation.SubscribeAdvice
Enclosing class:
PushMessageHandlerInstrumentation

public static class PushMessageHandlerInstrumentation.SubscribeAdvice extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onEnter(String connectionId, com.vaadin.hilla.push.messages.fromclient.SubscribeMessage message, 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

    • SubscribeAdvice

      public SubscribeAdvice()
  • Method Details

    • onEnter

      @OnMethodEnter public static void onEnter(@Argument(0) String connectionId, @Argument(1) com.vaadin.hilla.push.messages.fromclient.SubscribeMessage message, @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)