Interface SpanContextSupplier
-
public interface SpanContextSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSpanId()StringgetTraceId()
-
-
-
Method Detail
-
getTraceId
String getTraceId()
- Returns:
- the current trace id, or
nullif this call is not happening within a span context.
-
-