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