Uses of Class
com.rabbitmq.client.impl.MicrometerMetricsCollector.Metrics
-
Packages that use MicrometerMetricsCollector.Metrics Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of MicrometerMetricsCollector.Metrics in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return MicrometerMetricsCollector.Metrics Modifier and Type Method Description static MicrometerMetricsCollector.Metrics
MicrometerMetricsCollector.Metrics. valueOf(String name)
Returns the enum constant of this type with the specified name.static MicrometerMetricsCollector.Metrics[]
MicrometerMetricsCollector.Metrics. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.rabbitmq.client.impl with parameters of type MicrometerMetricsCollector.Metrics Modifier and Type Method Description Object
MicrometerMetricsCollector.MetricsCreator. create(MicrometerMetricsCollector.Metrics metric)
-