Java com.rabbitmq.client GetResponse fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.client GetResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.client GetResponse.

The text is from its open source code.

Constructor

GetResponse(Envelope envelope, BasicProperties props, byte[] body, int messageCount)
Construct a GetResponse with the specified construction parameters

Method

byte[]getBody()
Get the message body included in this response
EnvelopegetEnvelope()
Get the Envelope included in this response
intgetMessageCount()
Get the server's most recent estimate of the number of messages remaining on the queue.
BasicPropertiesgetProps()
Get the BasicProperties included in this response