Class AbstractNavigationStateRendererInstrumentation.HandleAdvice

java.lang.Object
com.vaadin.extension.instrumentation.AbstractNavigationStateRendererInstrumentation.HandleAdvice
Enclosing class:
AbstractNavigationStateRendererInstrumentation

public static class AbstractNavigationStateRendererInstrumentation.HandleAdvice extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onEnter(com.vaadin.flow.router.NavigationEvent event, io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Scope scope)
     
    static void
    onExit(Throwable throwable, com.vaadin.flow.router.NavigationEvent event, 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

    • HandleAdvice

      public HandleAdvice()
  • Method Details

    • onEnter

      @OnMethodEnter(suppress=java.lang.Throwable.class) public static void onEnter(@Argument(0) com.vaadin.flow.router.NavigationEvent event, @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, @Argument(0) com.vaadin.flow.router.NavigationEvent event, @Local("otelSpan") io.opentelemetry.api.trace.Span span, @Local("otelScope") io.opentelemetry.context.Scope scope)