Package com.newrelic.agent.bridge
Class NoOpDistributedTracePayload
- java.lang.Object
-
- com.newrelic.agent.bridge.NoOpDistributedTracePayload
-
- All Implemented Interfaces:
DistributedTracePayload,com.newrelic.api.agent.DistributedTracePayload
public class NoOpDistributedTracePayload extends java.lang.Object implements DistributedTracePayload
-
-
Field Summary
Fields Modifier and Type Field Description static DistributedTracePayloadINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringhttpSafe()java.lang.Stringtext()
-
-
-
Field Detail
-
INSTANCE
public static final DistributedTracePayload INSTANCE
-
-
Method Detail
-
text
public java.lang.String text()
- Specified by:
textin interfaceDistributedTracePayload- Specified by:
textin interfacecom.newrelic.api.agent.DistributedTracePayload
-
httpSafe
public java.lang.String httpSafe()
- Specified by:
httpSafein interfaceDistributedTracePayload- Specified by:
httpSafein interfacecom.newrelic.api.agent.DistributedTracePayload
-
-