@Deprecated public class BackoffDelay extends Object
| Constructor and Description |
|---|
BackoffDelay(Duration fixedBackoff)
Deprecated.
|
BackoffDelay(Duration min,
Duration max,
Duration delay)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
delay()
Deprecated.
|
Duration |
maxDelay()
Deprecated.
|
Duration |
minDelay()
Deprecated.
|
String |
toString()
Deprecated.
|
public BackoffDelay(Duration fixedBackoff)