Package com.rabbitmq.client
Class Return
java.lang.Object
com.rabbitmq.client.Return
-
Constructor Details
-
Return
public Return(int replyCode, String replyText, String exchange, String routingKey, AMQP.BasicProperties properties, byte[] body)
-
-
Method Details
-
getReplyCode
public int getReplyCode() -
getReplyText
-
getExchange
-
getRoutingKey
-
getProperties
-
getBody
public byte[] getBody()
-