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