Class NoopIdle

    • Constructor Detail

      • NoopIdle

        public NoopIdle()
    • Method Detail

      • busy

        public void busy​(int retries)
        Description copied from interface: IdleCheck
        Called when processing of a message starts
        Specified by:
        busy in interface IdleCheck
        Parameters:
        retries - the number of retries to process the message
      • idle

        public void idle()
        Description copied from interface: IdleCheck
        Called when processing of a message has finished
        Specified by:
        idle in interface IdleCheck
      • isIdle

        public boolean isIdle()
        Specified by:
        isIdle in interface IdleCheck