@NotThreadSafe public interface RetryPolicy
attempt()
.Modifier and Type | Method and Description |
---|---|
boolean |
attempt()
Waits until it is time to perform the next retry, then returns.
|
int |
getAttemptCount()
How many retries have been performed.
|
int getAttemptCount()
boolean attempt()
Copyright © 2023. All Rights Reserved.