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