Class AttachExistingElementRpcHandlerInstrumentation.AttachElementAdvice
java.lang.Object
com.vaadin.extension.instrumentation.communication.rpc.AttachExistingElementRpcHandlerInstrumentation.AttachElementAdvice
- Enclosing class:
- AttachExistingElementRpcHandlerInstrumentation
public static class AttachExistingElementRpcHandlerInstrumentation.AttachElementAdvice
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonEnter(com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature feature, com.vaadin.flow.internal.StateNode node, io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Scope scope) static voidonExit(Throwable throwable, io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Scope scope)
-
Constructor Details
-
AttachElementAdvice
public AttachElementAdvice()
-
-
Method Details
-
onEnter
@OnMethodEnter public static void onEnter(@Argument(0) com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature feature, @Argument(3) com.vaadin.flow.internal.StateNode node, @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)
-