public interface RetryStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
retryAllowed(String method,
int statusCode,
URI uri)
Method says if retry is allowed for given parameter combination.
|
Copyright © 2019. All rights reserved.