Class ReturnedMessage


  • public class ReturnedMessage
    extends java.lang.Object
    Returned message and its metadata.
    Since:
    2.3
    Author:
    Gary Russell
    • Constructor Summary

      Constructors 
      Constructor Description
      ReturnedMessage​(Message message, int replyCode, java.lang.String replyText, java.lang.String exchange, java.lang.String routingKey)  
    • Constructor Detail

      • ReturnedMessage

        public ReturnedMessage​(Message message,
                               int replyCode,
                               java.lang.String replyText,
                               java.lang.String exchange,
                               java.lang.String routingKey)
    • Method Detail

      • getMessage

        public Message getMessage()
        Get the message.
        Returns:
        the message.
      • getReplyCode

        public int getReplyCode()
        Get the reply code.
        Returns:
        the reply code.
      • getReplyText

        public java.lang.String getReplyText()
        Get the reply text.
        Returns:
        the reply text.
      • getExchange

        public java.lang.String getExchange()
        Get the exchange.
        Returns:
        the exchange name.
      • getRoutingKey

        public java.lang.String getRoutingKey()
        Get the routing key.
        Returns:
        the routing key.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object