Interface HasTraceId


public interface HasTraceId
Optionally implemented alongside PolyglotMessage to continue an existing distributed trace instead of minting a fresh one.
  • Method Summary

    Modifier and Type
    Method
    Description
    The trace id to reuse, or null to mint a new one.
  • Method Details

    • getBabelTraceId

      String getBabelTraceId()
      The trace id to reuse, or null to mint a new one.