Uses of Enum Class
com.itrsgroup.collection.instr.statsd.StatsdClientBuilder.ChannelType
Packages that use StatsdClientBuilder.ChannelType
-
Uses of StatsdClientBuilder.ChannelType in com.itrsgroup.collection.instr.statsd
Methods in com.itrsgroup.collection.instr.statsd that return StatsdClientBuilder.ChannelTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StatsdClientBuilder.ChannelType[]StatsdClientBuilder.ChannelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.itrsgroup.collection.instr.statsd with parameters of type StatsdClientBuilder.ChannelTypeModifier and TypeMethodDescriptionStatsdClientBuilder.channelType(StatsdClientBuilder.ChannelType type) Configure the outbound channel type.