public interface DistributedTracePayload
createDistributedTracePayload()
to create a payload, and Transaction.acceptDistributedTracePayload(DistributedTracePayload)
acceptDistributedTracePayload()} to accept the payload on the second service.Modifier and Type | Method and Description |
---|---|
java.lang.String |
httpSafe()
Get the distributed trace payload in base64 encoded JSON String format
|
java.lang.String |
text()
Get the distributed trace payload in JSON String format
|
java.lang.String text()
java.lang.String httpSafe()