Class ExponentialtIntervalRetryScheduler

  • All Implemented Interfaces:
    RetryScheduler

    public class ExponentialtIntervalRetryScheduler
    extends java.lang.Object
    implements RetryScheduler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void retry​(java.lang.Runnable task, int count)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExponentialtIntervalRetryScheduler

        public ExponentialtIntervalRetryScheduler()
    • Method Detail

      • retry

        public void retry​(java.lang.Runnable task,
                          int count)
        Specified by:
        retry in interface RetryScheduler