Class ExponentialBackoffComputer

    • Constructor Detail

      • ExponentialBackoffComputer

        public ExponentialBackoffComputer​(int maxRetries,
                                          long baseDelayInterval,
                                          int exponentialThreshold,
                                          Long delayIntervalLimit)