Uses of Class
org.springframework.cloud.sleuth.autoconfig.zipkin2.ZipkinSenderProperties.SenderType
-
Packages that use ZipkinSenderProperties.SenderType Package Description org.springframework.cloud.sleuth.autoconfig.zipkin2 -
-
Uses of ZipkinSenderProperties.SenderType in org.springframework.cloud.sleuth.autoconfig.zipkin2
Methods in org.springframework.cloud.sleuth.autoconfig.zipkin2 that return ZipkinSenderProperties.SenderType Modifier and Type Method Description ZipkinSenderProperties.SenderTypeZipkinSenderProperties. getType()static ZipkinSenderProperties.SenderTypeZipkinSenderProperties.SenderType. valueOf(String name)Returns the enum constant of this type with the specified name.static ZipkinSenderProperties.SenderType[]ZipkinSenderProperties.SenderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.cloud.sleuth.autoconfig.zipkin2 with parameters of type ZipkinSenderProperties.SenderType Modifier and Type Method Description voidZipkinSenderProperties. setType(ZipkinSenderProperties.SenderType type)
-