Class GwtRpcInstrumentation.InvokeAndEncodeResponseAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.gwt.GwtRpcInstrumentation.InvokeAndEncodeResponseAdvice
- Enclosing class:
- GwtRpcInstrumentation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InvokeAndEncodeResponseAdvice
public InvokeAndEncodeResponseAdvice()
-
-
Method Details
-
onEnter
@OnMethodEnter(suppress=java.lang.Throwable.class) public static void onEnter(@Argument(1) Method method, @Local("otelContext") io.opentelemetry.context.Context context, @Local("otelScope") io.opentelemetry.context.Scope scope) -
onExit
@OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void onExit(@Argument(1) Method method, @Local("otelContext") io.opentelemetry.context.Context context, @Local("otelScope") io.opentelemetry.context.Scope scope, @Thrown Throwable throwable)
-