Uses of Class
org.springframework.cloud.sleuth.autoconfig.instrument.reactor.SleuthReactorProperties.InstrumentationType
-
Packages that use SleuthReactorProperties.InstrumentationType Package Description org.springframework.cloud.sleuth.autoconfig.instrument.reactor -
-
Uses of SleuthReactorProperties.InstrumentationType in org.springframework.cloud.sleuth.autoconfig.instrument.reactor
Methods in org.springframework.cloud.sleuth.autoconfig.instrument.reactor that return SleuthReactorProperties.InstrumentationType Modifier and Type Method Description SleuthReactorProperties.InstrumentationTypeSleuthReactorProperties. getInstrumentationType()static SleuthReactorProperties.InstrumentationTypeSleuthReactorProperties.InstrumentationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SleuthReactorProperties.InstrumentationType[]SleuthReactorProperties.InstrumentationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.cloud.sleuth.autoconfig.instrument.reactor with parameters of type SleuthReactorProperties.InstrumentationType Modifier and Type Method Description voidSleuthReactorProperties. setInstrumentationType(SleuthReactorProperties.InstrumentationType instrumentationType)
-