Interface MessageRecoverer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void recover​(Message message, java.lang.Throwable cause)
      Callback for message that was consumed but failed all retry attempts.
    • Method Detail

      • recover

        void recover​(Message message,
                     java.lang.Throwable cause)
        Callback for message that was consumed but failed all retry attempts.
        Parameters:
        message - the message to recover
        cause - the cause of the error