Uses of Class
com.rabbitmq.client.QueueingConsumer.Delivery
-
Packages that use QueueingConsumer.Delivery Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of QueueingConsumer.Delivery in com.rabbitmq.client
Methods in com.rabbitmq.client that return QueueingConsumer.Delivery 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.Methods in com.rabbitmq.client with parameters of type QueueingConsumer.Delivery Modifier and Type Method Description byte[]RpcServer. handleCall(QueueingConsumer.Delivery request, AMQP.BasicProperties replyProperties)Lowest-level response method.voidRpcServer. handleCast(QueueingConsumer.Delivery request)Lowest-level handler method.protected AMQP.BasicPropertiesRpcServer. postprocessReplyProperties(QueueingConsumer.Delivery request, AMQP.BasicProperties.Builder builder)Gives a chance to set/modify reply properties after the handling callprotected AMQP.BasicPropertiesRpcServer. preprocessReplyProperties(QueueingConsumer.Delivery request, AMQP.BasicProperties.Builder builder)Gives a chance to set/modify reply properties before handling call.voidRpcServer. processRequest(QueueingConsumer.Delivery request)Private API - Process a single request.Constructor parameters in com.rabbitmq.client with type arguments of type QueueingConsumer.Delivery Constructor Description QueueingConsumer(Channel ch, BlockingQueue<QueueingConsumer.Delivery> q)Deprecated.
-