Uses of Interface
org.springframework.cloud.sleuth.propagation.Propagator.Setter
Packages that use Propagator.Setter
-
Uses of Propagator.Setter in org.springframework.cloud.sleuth.propagation
Methods in org.springframework.cloud.sleuth.propagation with parameters of type Propagator.SetterModifier and TypeMethodDescription<C> voidPropagator.inject(TraceContext context, C carrier, Propagator.Setter<C> setter) Injects the value downstream, for example as HTTP headers.