Interface RetryHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute()
      Perform the retry processing logic
      void start()
      Commence the scheduled processing via a new thread
      void stop()
      Stop scheduled processing and exit the processing thread
    • Method Detail

      • start

        void start()
        Commence the scheduled processing via a new thread
      • stop

        void stop()
        Stop scheduled processing and exit the processing thread
      • execute

        void execute()
        Perform the retry processing logic