Package com.rabbitmq.client
Class Return
java.lang.Object
com.rabbitmq.client.Return
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]
private final String
private final AMQP.BasicProperties
private final int
private final String
private final String
-
Constructor Summary
ConstructorsConstructorDescriptionReturn
(int replyCode, String replyText, String exchange, String routingKey, AMQP.BasicProperties properties, byte[] body) -
Method Summary
-
Field Details
-
replyCode
private final int replyCode -
replyText
-
exchange
-
routingKey
-
properties
-
body
private final byte[] body
-
-
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()
-