Uses of Interface
org.springframework.cloud.sleuth.propagation.Propagator.Getter
-
Packages that use Propagator.Getter Package Description org.springframework.cloud.sleuth.propagation -
-
Uses of Propagator.Getter in org.springframework.cloud.sleuth.propagation
Methods in org.springframework.cloud.sleuth.propagation with parameters of type Propagator.Getter Modifier and Type Method Description <C> Span.BuilderPropagator. extract(C carrier, Propagator.Getter<C> getter)Extracts the value from upstream.
-