| Constructor and Description |
|---|
TraceRunnable(Tracer tracer,
SpanId parentId,
Runnable runnable,
String description) |
TraceRunnable(Tracer tracer,
TraceScope parent,
Runnable runnable,
String description)
Deprecated.
Use
TraceRunnable(Tracer, SpanId, Runnable, String) instead. |
@Deprecated public TraceRunnable(Tracer tracer, TraceScope parent, Runnable runnable, String description)
TraceRunnable(Tracer, SpanId, Runnable, String) instead.tracer - The Tracer to use for tracing.parent - The TraceScope to read parent span ID from.runnable - The Runnable that will be executed.description - An optional description to set on the trace when executing.Copyright © 2016 The Apache Software Foundation. All Rights Reserved.