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
protected static class TracingDaemonPool.TracingRunnable extends Object implements Runnable
ARunnable
that executes another runnable after activating a tracing span.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TracingRunnable(io.opentracing.Span span, Runnable delegate)
Constructs a newTracingRunnable
for the provided span andRunnable
delegate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Runnable
getDelegate()
Returns theRunnable
delegate.void
run()
-