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