| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_PERIOD_MILLIS |
| Constructor and Description |
|---|
FixedIntervalBackoff() |
FixedIntervalBackoff(long intervalMillis) |
| Modifier and Type | Method and Description |
|---|---|
long |
delayMillis(RetryContext context) |
public static final long DEFAULT_PERIOD_MILLIS
public FixedIntervalBackoff()
public FixedIntervalBackoff(long intervalMillis)
public long delayMillis(RetryContext context)
delayMillis in interface BackoffCopyright © 2014. All rights reserved.