Package com.rabbitmq.client
Class RpcClient.Response
java.lang.Object
com.rabbitmq.client.RpcClient.Response
- Enclosing class:
RpcClient
The response object is an envelope that contains all of the data provided to the `handleDelivery` consumer
-
Field Summary
Modifier and TypeFieldDescriptionprotected byte[]
protected String
protected Envelope
protected AMQP.BasicProperties
-
Constructor Summary
ConstructorDescriptionResponse()
Response
(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body) -
Method Summary
-
Field Details
-
consumerTag
-
envelope
-
properties
-
body
protected byte[] body
-
-
Constructor Details
-
Response
public Response() -
Response
public Response(String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)
-
-
Method Details
-
getConsumerTag
-
getEnvelope
-
getProperties
-
getBody
public byte[] getBody()
-