public static interface DOFOperation.RetryTime
Modifier and Type | Method and Description |
---|---|
int |
getRetryPeriod(DOFOperation operation)
This method is called to determine the number of milliseconds to wait before the next retry should be sent.
|
int getRetryPeriod(DOFOperation operation)
operation
- The operation. This will never be null.