| Package | Description |
|---|---|
| com.volcengine | |
| com.volcengine.retryer |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Map<String,Object>> |
UniversalApi.doCallWithHttpInfo(@NotNull UniversalRequest info,
@NotNull Map<String,Object> input) |
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType,
boolean... isCommon)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
RetryCondition.shouldRetry(ApiResponse response,
ApiException apiException) |
boolean |
DefaultRetryCondition.shouldRetry(ApiResponse response,
ApiException apiException) |
boolean |
Retryer.shouldRetry(ApiResponse response,
int retryCount,
ApiException apiException) |
Copyright © 2025. All rights reserved.