Package com.babelqueue
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 TypeMethodDescriptionThe trace id to reuse, ornullto mint a new one.
-
Method Details
-
getBabelTraceId
String getBabelTraceId()The trace id to reuse, ornullto mint a new one.
-