Package 

Class RemoteSpanContext

  • All Implemented Interfaces:
    com.bugsnag.android.performance.SpanContext

    
    public final class RemoteSpanContext
     implements SpanContext
                        

    A SpanContext implementation that can be constructed from a different system such as a server, or a different app layer (such as JavaScript running in a WebView or cross-platform framework).

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Long spanId
      private final UUID traceId
    • Method Summary

      Modifier and Type Method Description
      Long getSpanId()
      UUID getTraceId()
      String toString() Returns a string representation of the span context in the W3C traceparent header format.
      Boolean equals(Object other) Compares this SpanContext to another object.
      Integer hashCode()
      • Methods inherited from class com.bugsnag.android.performance.RemoteSpanContext

        wrap, wrap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait