Uses of Class
com.rabbitmq.client.Delivery
Packages that use Delivery
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
-
Uses of Delivery in com.rabbitmq.client
Methods in com.rabbitmq.client that return DeliveryMethods in com.rabbitmq.client with parameters of type DeliveryModifier and TypeMethodDescriptionvoidCalled when abasic.deliveris received for this consumer.byte[]RpcServer.handleCall(Delivery request, AMQP.BasicProperties replyProperties) Lowest-level response method.voidRpcServer.handleCast(Delivery request) Lowest-level handler method.protected AMQP.BasicPropertiesRpcServer.postprocessReplyProperties(Delivery request, AMQP.BasicProperties.Builder builder) Gives a chance to set/modify reply properties after the handling callprotected AMQP.BasicPropertiesRpcServer.preprocessReplyProperties(Delivery request, AMQP.BasicProperties.Builder builder) Gives a chance to set/modify reply properties before handling call.voidRpcServer.processRequest(Delivery request) Private API - Process a single request.