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
Subclasses with type arguments of type MetricsCollector.PublishDisposition in com.rabbitmq.client.amqp.metricsModifier and TypeClassDescriptionstatic enumThe broker-to-client dispositions.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 TypeMethodDescriptionvoidMetricsCollector.publishDisposition(MetricsCollector.PublishDisposition disposition) Called when aMessageis settled by the broker.voidMicrometerMetricsCollector.publishDisposition(MetricsCollector.PublishDisposition disposition) voidNoOpMetricsCollector.publishDisposition(MetricsCollector.PublishDisposition disposition)