Uses of Enum
org.springframework.cloud.sleuth.autoconfig.instrument.reactor.SleuthReactorProperties.InstrumentationType
Packages that use SleuthReactorProperties.InstrumentationType
-
Uses of SleuthReactorProperties.InstrumentationType in org.springframework.cloud.sleuth.autoconfig.instrument.reactor
Methods in org.springframework.cloud.sleuth.autoconfig.instrument.reactor that return SleuthReactorProperties.InstrumentationTypeModifier and TypeMethodDescriptionSleuthReactorProperties.getInstrumentationType()Returns the enum constant of this type with the specified name.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.InstrumentationTypeModifier and TypeMethodDescriptionvoidSleuthReactorProperties.setInstrumentationType(SleuthReactorProperties.InstrumentationType instrumentationType)