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
-
Constructor Summary
ModifierConstructorDescriptionprotected
TracingRunnable
(io.opentracing.Span span, Runnable delegate) Constructs a newTracingRunnable
for the provided span andRunnable
delegate. -
Method Summary
-
Field Details
-
Constructor Details
-
TracingRunnable
Constructs a newTracingRunnable
for the provided span andRunnable
delegate.- Parameters:
span
- theSpan
to usedelegate
- the task to trace
-
-
Method Details