Example usage for Java com.rabbitmq.client GetResponse fields, constructors, methods, implement or subclass
The text is from its open source code.
GetResponse(Envelope envelope, BasicProperties props, byte[] body, int messageCount) Construct a GetResponse with the specified construction parameters |
byte[] | getBody() Get the message body included in this response |
Envelope | getEnvelope() Get the Envelope included in this response |
int | getMessageCount() Get the server's most recent estimate of the number of messages remaining on the queue. |
BasicProperties | getProps() Get the BasicProperties included in this response |