Uses of Class
org.springframework.cloud.sleuth.autoconfig.SleuthTracerProperties.TracerMode
-
Packages that use SleuthTracerProperties.TracerMode Package Description org.springframework.cloud.sleuth.autoconfig -
-
Uses of SleuthTracerProperties.TracerMode in org.springframework.cloud.sleuth.autoconfig
Methods in org.springframework.cloud.sleuth.autoconfig that return SleuthTracerProperties.TracerMode Modifier and Type Method Description SleuthTracerProperties.TracerModeSleuthTracerProperties. getMode()static SleuthTracerProperties.TracerModeSleuthTracerProperties.TracerMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SleuthTracerProperties.TracerMode[]SleuthTracerProperties.TracerMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.cloud.sleuth.autoconfig with parameters of type SleuthTracerProperties.TracerMode Modifier and Type Method Description voidSleuthTracerProperties. setMode(SleuthTracerProperties.TracerMode mode)
-