Class Return

java.lang.Object
com.rabbitmq.client.Return

public class Return extends Object
  • Field Details

    • replyCode

      private final int replyCode
    • replyText

      private final String replyText
    • exchange

      private final String exchange
    • routingKey

      private final String routingKey
    • properties

      private final AMQP.BasicProperties properties
    • body

      private final byte[] body
  • Constructor Details

  • Method Details

    • getReplyCode

      public int getReplyCode()
    • getReplyText

      public String getReplyText()
    • getExchange

      public String getExchange()
    • getRoutingKey

      public String getRoutingKey()
    • getProperties

      public AMQP.BasicProperties getProperties()
    • getBody

      public byte[] getBody()