Uses of Class
org.springframework.cloud.sleuth.brave.propagation.PropagationType
-
Packages that use PropagationType Package Description org.springframework.cloud.sleuth.brave.propagation -
-
Uses of PropagationType in org.springframework.cloud.sleuth.brave.propagation
Methods in org.springframework.cloud.sleuth.brave.propagation that return PropagationType Modifier and Type Method Description static PropagationTypePropagationType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropagationType[]PropagationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-