Package com.oracle.coherence.grpc.proxy
Class TracingDaemonPool.TracingRunnable
java.lang.Object
com.oracle.coherence.grpc.proxy.TracingDaemonPool.TracingRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
TracingDaemonPool
A
Runnable that executes another runnable
after activating a tracing span.-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTracingRunnable(io.opentracing.Span span, Runnable delegate) Constructs a newTracingRunnablefor the provided span andRunnabledelegate. -
Method Summary
-
Field Details
-
Constructor Details
-
TracingRunnable
Constructs a newTracingRunnablefor the provided span andRunnabledelegate.- Parameters:
span- theSpanto usedelegate- the task to trace
-
-
Method Details