Uses of Class
com.rabbitmq.client.Envelope
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
-
Uses of Envelope in com.rabbitmq.client
Modifier and TypeMethodDescriptionDelivery.getEnvelope()
Retrieve the message envelope.GetResponse.getEnvelope()
Get theEnvelope
included in this responseRpcClient.Response.getEnvelope()
Modifier and TypeMethodDescriptionvoid
Consumer.handleDelivery
(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body) Called when abasic.deliver
is received for this consumer.void
DefaultConsumer.handleDelivery
(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body) ModifierConstructorDescriptionDelivery
(Envelope envelope, AMQP.BasicProperties properties, byte[] body) GetResponse
(Envelope envelope, AMQP.BasicProperties props, byte[] body, int messageCount) Construct aGetResponse
with the specified construction parametersResponse
(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)