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