Interface DistributedTracePayload

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String httpSafe()
      Deprecated.
      Get the distributed trace payload in base64 encoded JSON String format
      java.lang.String text()
      Deprecated.
      Get the distributed trace payload in JSON String format.
    • Method Detail

      • text

        java.lang.String text()
        Deprecated.
        Get the distributed trace payload in JSON String format.
        Returns:
        a JSON String representation of the payload, or empty string if distributed_tracing.exclude_newrelic_header is set
      • httpSafe

        java.lang.String httpSafe()
        Deprecated.
        Get the distributed trace payload in base64 encoded JSON String format
        Returns:
        a base64 encoded JSON String representation of the payload, or empty string if distributed_tracing.exclude_newrelic_header is set