Package com.newrelic.agent.bridge
Interface DistributedTracePayload
-
- All Superinterfaces:
com.newrelic.api.agent.DistributedTracePayload
- All Known Implementing Classes:
NoOpDistributedTracePayload
@Deprecated public interface DistributedTracePayload extends com.newrelic.api.agent.DistributedTracePayloadDeprecated.Instead, use the Distributed Tracing APITransaction.insertDistributedTraceHeaders(Headers)to create a distributed tracing payload andTransaction.acceptDistributedTraceHeaders(TransportType, Headers)to link the services together.Payload used to connect two services in a distributed system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringhttpSafe()Deprecated.java.lang.Stringtext()Deprecated.
-