-
- All Implemented Interfaces:
-
com.datadog.trace.bootstrap.instrumentation.api.AgentPropagation.KeyClassifier
public abstract class ContextInterpreter implements AgentPropagation.KeyClassifier
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceContextInterpreter.Factory
-
Method Summary
Modifier and Type Method Description abstract TracePropagationStylestyle()Gets the propagation style handled by the context interpreter. ContextInterpreterreset(TraceConfig traceConfig)-
-
Method Detail
-
style
abstract TracePropagationStyle style()
Gets the propagation style handled by the context interpreter.
-
reset
ContextInterpreter reset(TraceConfig traceConfig)
-
-
-
-