Uses of Class
com.rabbitmq.client.Envelope
-
Packages that use Envelope Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of Envelope in com.rabbitmq.client
Fields in com.rabbitmq.client declared as Envelope Modifier and Type Field Description protected Envelope
RpcClient.Response. envelope
Methods in com.rabbitmq.client that return Envelope Modifier and Type Method Description Envelope
GetResponse. getEnvelope()
Get theEnvelope
included in this responseEnvelope
QueueingConsumer.Delivery. getEnvelope()
Retrieve the message envelope.Envelope
RpcClient.Response. getEnvelope()
Methods in com.rabbitmq.client with parameters of type Envelope Modifier and Type Method Description void
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)
void
QueueingConsumer. handleDelivery(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)
Deprecated.Constructors in com.rabbitmq.client with parameters of type Envelope Constructor Description Delivery(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)
-