Interface Retriable
public interface Retriable
Defines the retriable call.
-
Method Summary
-
Method Details
-
call
Executes the okhttp API call.- Returns:
- the response
- Throws:
IOException- if an error occurred while making the client API callIllegalStateException- if the call has already been invoked
-