Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
Modifier and Type | Field and Description |
---|---|
protected Envelope |
RpcClient.Response.envelope |
Modifier and Type | Method and Description |
---|---|
Envelope |
RpcClient.Response.getEnvelope() |
Envelope |
GetResponse.getEnvelope()
Get the
Envelope included in this response |
Envelope |
Delivery.getEnvelope()
Retrieve the message envelope.
|
Modifier and Type | Method and Description |
---|---|
void |
Consumer.handleDelivery(String consumerTag,
Envelope envelope,
AMQP.BasicProperties properties,
byte[] body)
Called when a
basic.deliver is received for this consumer. |
void |
DefaultConsumer.handleDelivery(String consumerTag,
Envelope envelope,
AMQP.BasicProperties properties,
byte[] body)
|
Constructor and Description |
---|
Delivery(Envelope envelope,
AMQP.BasicProperties properties,
byte[] body) |
GetResponse(Envelope envelope,
AMQP.BasicProperties props,
byte[] body,
int messageCount)
Construct a
GetResponse with the specified construction parameters |
Response(String consumerTag,
Envelope envelope,
AMQP.BasicProperties properties,
byte[] body) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.