V
public class TracingCallable<V> extends Object implements Callable<V>
Callable
TracingCallable(Callable<V> callable, io.opentracing.Tracer tracer)
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TracingCallable(Callable<V> callable, io.opentracing.Tracer tracer)
callable
tracer
public V call() throws Exception
call
Callable<V>
Exception