SpanContext.remote constructor
SpanContext.remote(
- TraceId _traceId,
- SpanId _spanId,
- int _traceFlags,
- TraceState _traceState,
Construct a SpanContext representing an operation which originated from a remote source.
Implementation
SpanContext.remote(
this._traceId, this._spanId, this._traceFlags, this._traceState)
: _isRemote = true;