Class DefaultRetryHandler

    • Method Detail

      • start

        public void start()
        Description copied from interface: RetryHandler
        Commence the scheduled processing via a new thread
        Specified by:
        start in interface RetryHandler
      • stop

        public void stop()
        Description copied from interface: RetryHandler
        Stop scheduled processing and exit the processing thread
        Specified by:
        stop in interface RetryHandler
      • execute

        public void execute()
        Description copied from interface: RetryHandler
        Perform the retry processing logic
        Specified by:
        execute in interface RetryHandler