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
Fields in com.rabbitmq.client declared as ConsumerCancelledException Modifier and Type Field Description private ConsumerCancelledException
RpcServer.DefaultRpcConsumer. _cancelled
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 Delivery
RpcServer.DefaultRpcConsumer. nextDelivery()
Delivery
RpcServer.RpcConsumer. nextDelivery()
-