Uses of Interface
brave.propagation.TraceContext.Injector
-
Packages that use TraceContext.Injector Package Description brave.baggage brave.propagation -
-
Uses of TraceContext.Injector in brave.baggage
Methods in brave.baggage that return TraceContext.Injector Modifier and Type Method Description <R> TraceContext.Injector<R>BaggagePropagation. injector(Propagation.Setter<R,K> setter) -
Uses of TraceContext.Injector in brave.propagation
Methods in brave.propagation that return TraceContext.Injector Modifier and Type Method Description <R> TraceContext.Injector<R>ExtraFieldPropagation. injector(Propagation.Setter<R,K> setter)Deprecated.<R> TraceContext.Injector<R>Propagation. injector(Propagation.Setter<R,K> setter)Replaces a propagated field with the given value.
-