Class ExponentialBackoffDelay


  • public class ExponentialBackoffDelay
    extends Object
    Wait with exponential backoff, for retries
    • Constructor Detail

      • ExponentialBackoffDelay

        public ExponentialBackoffDelay​(int startDelayMsec,
                                       int endDelayMsec)
    • Method Detail

      • getNextDelayMsec

        public int getNextDelayMsec()
      • waitNextDelay

        public void waitNextDelay()