Interface TraceContext
-
- All Known Subinterfaces:
Span
- All Known Implementing Classes:
NullContext
,NullSpan
,OpenTelemetryContext
public interface TraceContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Span
createSpan(java.lang.String name)
SpanId
getId()
java.lang.Runnable
wrap(java.lang.Runnable runnable)
<V> java.util.concurrent.Callable<V>
wrap(java.util.concurrent.Callable<V> callable)
-