Uses of Enum
com.rabbitmq.client.amqp.metrics.MetricsCollector.PublishDisposition
Packages that use MetricsCollector.PublishDisposition
-
Uses of MetricsCollector.PublishDisposition in com.rabbitmq.client.amqp.metrics
Methods in com.rabbitmq.client.amqp.metrics that return MetricsCollector.PublishDispositionModifier 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.Methods in com.rabbitmq.client.amqp.metrics with parameters of type MetricsCollector.PublishDispositionModifier 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)