SpanContext constructor

SpanContext(
  1. TraceId traceId,
  2. SpanId spanId,
  3. int traceFlags,
  4. TraceState traceState,
)

Construct a SpanContext.

Implementation

SpanContext(this.traceId, this.spanId, this.traceFlags, this.traceState)
    : isRemote = false;