Uses of Interface
brave.propagation.TraceContext.Extractor
-
Packages that use TraceContext.Extractor Package Description brave.propagation -
-
Uses of TraceContext.Extractor in brave.propagation
Methods in brave.propagation that return TraceContext.Extractor Modifier and Type Method Description <C> TraceContext.Extractor<C>B3Propagation. extractor(Propagation.Getter<C,K> getter)<C> TraceContext.Extractor<C>B3SinglePropagation. extractor(Propagation.Getter<C,K> getter)<C> TraceContext.Extractor<C>ExtraFieldPropagation. extractor(Propagation.Getter<C,K> getter)<C> TraceContext.Extractor<C>Propagation. extractor(Propagation.Getter<C,K> getter)
-