Uses of Class
com.rabbitmq.client.ConsumerCancelledException
-
Packages that use ConsumerCancelledException Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of ConsumerCancelledException in com.rabbitmq.client
Methods in com.rabbitmq.client that return ConsumerCancelledException Modifier and Type Method Description ConsumerCancelledExceptionConsumerCancelledException. sensibleClone()Methods in com.rabbitmq.client that throw ConsumerCancelledException Modifier and Type Method Description QueueingConsumer.DeliveryQueueingConsumer. nextDelivery()Deprecated.Main application-side API: wait for the next message delivery and return it.QueueingConsumer.DeliveryQueueingConsumer. nextDelivery(long timeout)Deprecated.Main application-side API: wait for the next message delivery and return it.
-