Class WebComponentProviderInstrumentation.SynchronizedHandleRequestAdvice
java.lang.Object
com.vaadin.extension.instrumentation.communication.WebComponentProviderInstrumentation.SynchronizedHandleRequestAdvice
- Enclosing class:
- WebComponentProviderInstrumentation
public static class WebComponentProviderInstrumentation.SynchronizedHandleRequestAdvice
extends Object
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SynchronizedHandleRequestAdvice
public SynchronizedHandleRequestAdvice()
-
-
Method Details
-
onEnter
@OnMethodEnter(suppress=java.lang.Throwable.class) public static void onEnter(@Local("startTimestamp") Instant startTimestamp) -
onExit
@OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void onExit(@Thrown Throwable throwable, @Argument(1) com.vaadin.flow.server.VaadinRequest request, @Return boolean handled, @Local("startTimestamp") Instant startTimestamp)
-