public class CountLimitedExponentialWaitRetryConfig extends RetryConfig
| Constructor and Description |
|---|
CountLimitedExponentialWaitRetryConfig() |
CountLimitedExponentialWaitRetryConfig(int maxAttempts,
io.dropwizard.util.Duration maxTimeBetweenRetries,
long multipier,
Set<String> retriableExceptions) |
Copyright © 2016–2019. All rights reserved.