Class ContextStorageWrappersInstrumentation.AddWrapperAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.opentelemetryapi.ContextStorageWrappersInstrumentation.AddWrapperAdvice
- Enclosing class:
- ContextStorageWrappersInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmethodExit(List<Function<? super application.io.opentelemetry.context.ContextStorage, ? extends application.io.opentelemetry.context.ContextStorage>> wrappers)
-
Constructor Details
-
AddWrapperAdvice
public AddWrapperAdvice()
-
-
Method Details
-
methodExit
@OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void methodExit(@Return(readOnly=false) List<Function<? super application.io.opentelemetry.context.ContextStorage, ? extends application.io.opentelemetry.context.ContextStorage>> wrappers)
-