public interface RetryPolicy
RetryPolicies| Modifier and Type | Method | Description |
|---|---|---|
int |
getCount() |
This is the number of retry to be done.
|
void |
sleepBetweenRetry(int retry) |
This is the method called to wait between a retry.
|
Copyright © 2019. All rights reserved.