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 ConsumerCancelledException
ConsumerCancelledException. sensibleClone()
Methods in com.rabbitmq.client that throw ConsumerCancelledException Modifier and Type Method Description QueueingConsumer.Delivery
QueueingConsumer. nextDelivery()
Deprecated.Main application-side API: wait for the next message delivery and return it.QueueingConsumer.Delivery
QueueingConsumer. nextDelivery(long timeout)
Deprecated.Main application-side API: wait for the next message delivery and return it.
-