Class AsyncRunnableWrapper<REQUEST>
java.lang.Object
io.opentelemetry.javaagent.instrumentation.servlet.AsyncRunnableWrapper<REQUEST>
- All Implemented Interfaces:
Runnable
-
Method Summary
Modifier and TypeMethodDescriptionvoidrun()static <REQUEST> Runnablewrap(ServletHelper<REQUEST, ?> helper, REQUEST request, Runnable runnable)
-
Method Details
-
wrap
public static <REQUEST> Runnable wrap(ServletHelper<REQUEST, ?> helper, REQUEST request, Runnable runnable) -
run
public void run()
-