public class BoundedMaxBackoff extends BackoffWrapper
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_MAX_DELAY_MILLIS |
target| Constructor and Description |
|---|
BoundedMaxBackoff(Backoff target) |
BoundedMaxBackoff(Backoff target,
long maxDelayMillis) |
| Modifier and Type | Method and Description |
|---|---|
long |
delayMillis(RetryContext context) |
public static final long DEFAULT_MAX_DELAY_MILLIS
public BoundedMaxBackoff(Backoff target)
public BoundedMaxBackoff(Backoff target, long maxDelayMillis)
public long delayMillis(RetryContext context)
Copyright © 2014. All rights reserved.