Interface IdleCheck

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void busy​(int retries)
      Called when processing of a message starts
      void idle()
      Called when processing of a message has finished
      boolean isIdle()  
    • Method Detail

      • busy

        void busy​(int retries)
        Called when processing of a message starts
        Parameters:
        retries - the number of retries to process the message
      • idle

        void idle()
        Called when processing of a message has finished
      • isIdle

        boolean isIdle()