Class AbstractNavigationStateRendererInstrumentation.HandleAdvice
java.lang.Object
com.vaadin.extension.instrumentation.AbstractNavigationStateRendererInstrumentation.HandleAdvice
- Enclosing class:
- AbstractNavigationStateRendererInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonEnter(com.vaadin.flow.router.NavigationEvent event, io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Scope scope) static voidonExit(Throwable throwable, com.vaadin.flow.router.NavigationEvent event, io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Scope scope)
-
Constructor Details
-
HandleAdvice
public HandleAdvice()
-
-
Method Details