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