Uses of Interface
brave.propagation.Propagation.Setter
-
Packages that use Propagation.Setter Package Description brave.baggage brave.propagation -
-
Uses of Propagation.Setter in brave.baggage
Methods in brave.baggage with parameters of type Propagation.Setter Modifier and Type Method Description <R> TraceContext.Injector<R>BaggagePropagation. injector(Propagation.Setter<R,K> setter) -
Uses of Propagation.Setter in brave.propagation
Subinterfaces of Propagation.Setter in brave.propagation Modifier and Type Interface Description static interfacePropagation.RemoteSetter<R>Used as an input toPropagation.injector(Setter)inject the trace context and any baggage as propagated fields.Methods in brave.propagation with parameters of type Propagation.Setter 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.
-