public class RetryDecision extends Object
RetryPolicy
Modifier and Type | Method and Description |
---|---|
long |
backoff()
How many milliseconds should the retry wait for until it can be retried.
|
boolean |
shouldRetry()
If another retry should be attemped.
|
String |
toString() |
public boolean shouldRetry()
true
if the operation should be retried.public long backoff()
Copyright © 2017. All rights reserved.