Class AttachmentValueSpanContext

    • Constructor Detail

      • AttachmentValueSpanContext

        AttachmentValueSpanContext()
    • Method Detail

      • getSpanContext

        public abstract SpanContext getSpanContext()
        Returns the span context attachment value.
        Returns:
        the span context attachment value.
        Since:
        0.20
      • getValue

        public final java.lang.String getValue()
        Description copied from class: AttachmentValue
        Returns the string attachment value.
        Specified by:
        getValue in class AttachmentValue
        Returns:
        the string attachment value.