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
ARunnablethat executes another runnable after activating a tracing span. 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedTracingRunnable(io.opentracing.Span span, Runnable delegate)Constructs a newTracingRunnablefor the provided span andRunnabledelegate. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RunnablegetDelegate()Returns theRunnabledelegate.voidrun() 
 -