-
- All Implemented Interfaces:
-
com.datadog.trace.bootstrap.instrumentation.api.AgentPropagation.ContextVisitor
public interface AgentPropagation.BinaryContextVisitor<C> implements AgentPropagation.ContextVisitor<C>
-
-
Method Summary
Modifier and Type Method Description abstract voidforEachKey(C carrier, AgentPropagation.BinaryKeyClassifier classifier)-
-
Method Detail
-
forEachKey
abstract void forEachKey(C carrier, AgentPropagation.BinaryKeyClassifier classifier)
-
-
-
-