Package | Description |
---|---|
com.tencentcloudapi.common |
Modifier and Type | Method and Description |
---|---|
CircuitBreaker.Token |
CircuitBreaker.allow()
Attempt to allow a request based on the current state of the circuit breaker.
|
Modifier and Type | Method and Description |
---|---|
protected <T> T |
AbstractClient.processResponseJson(okhttp3.Response resp,
Class<T> typeOfT,
CircuitBreaker.Token breakerToken)
Processes a JSON response.
|
protected <T> T |
AbstractClient.processResponseSSE(okhttp3.Response resp,
Class<T> typeOfT,
CircuitBreaker.Token breakerToken)
Processes a Server-Sent Events (SSE) response.
|
void |
SSEResponseModel.setToken(CircuitBreaker.Token token) |
Copyright © 2025. All rights reserved.