Package 

Class HttpCodec.CompoundExtractor

    • Method Summary

      Modifier and Type Method Description
      <C> TagContext extract(C carrier, AgentPropagation.ContextVisitor<C> getter) Extracts a propagated context from the given carrier using the provided getter.
      • Methods inherited from class com.datadog.trace.core.propagation.HttpCodec.Extractor

        cleanup, extract
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpCodec.CompoundExtractor

        HttpCodec.CompoundExtractor(List<HttpCodec.Extractor> extractors, boolean extractFirst)
    • Method Detail

      • extract

         <C> TagContext extract(C carrier, AgentPropagation.ContextVisitor<C> getter)

        Extracts a propagated context from the given carrier using the provided getter.

        Parameters:
        carrier - The carrier containing the propagated context.
        getter - The getter used to extract data from the carrier.