Class AsyncRetryStrategies.ExponentialBackoffDelayRetryStrategy<OUT>

    • Constructor Detail

      • ExponentialBackoffDelayRetryStrategy

        public ExponentialBackoffDelayRetryStrategy​(int maxAttempts,
                                                    long initialDelay,
                                                    long maxRetryDelay,
                                                    double multiplier,
                                                    java.util.function.Predicate<Collection<OUT>> resultPredicate,
                                                    java.util.function.Predicate<Throwable> exceptionPredicate)