Uses of Enum
com.rabbitmq.client.amqp.metrics.MetricsCollector.PublishDisposition
-
Uses of MetricsCollector.PublishDisposition in com.rabbitmq.client.amqp.metrics
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MetricsCollector.PublishDisposition[]
MetricsCollector.PublishDisposition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MetricsCollector.publishDisposition
(MetricsCollector.PublishDisposition disposition) Called when aMessage
is settled by the broker.void
MicrometerMetricsCollector.publishDisposition
(MetricsCollector.PublishDisposition disposition) void
NoOpMetricsCollector.publishDisposition
(MetricsCollector.PublishDisposition disposition)