| Package | Description |
|---|---|
| com.ibm.cos.v2.core.internal.retry | |
| com.ibm.cos.v2.retries.api | |
| com.ibm.cos.v2.retries.api.internal | |
| com.ibm.cos.v2.retries.internal |
| Modifier and Type | Method and Description |
|---|---|
RefreshRetryTokenResponse |
RetryPolicyAdapter.refreshRetryToken(RefreshRetryTokenRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static RefreshRetryTokenResponse |
RefreshRetryTokenResponse.create(RetryToken token,
Duration delay)
Creates a new
RefreshRetryTokenResponse with the given token and delay. |
RefreshRetryTokenResponse |
RetryStrategy.refreshRetryToken(RefreshRetryTokenRequest request)
Invoked before each subsequent (non-first) request attempt.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RefreshRetryTokenResponseImpl
Implementation for the
RefreshRetryTokenResponse interface. |
| Modifier and Type | Method and Description |
|---|---|
static RefreshRetryTokenResponse |
RefreshRetryTokenResponseImpl.create(RetryToken token,
Duration delay)
Creates a new
RefreshRetryTokenResponse with the given token and delay. |
| Modifier and Type | Method and Description |
|---|---|
RefreshRetryTokenResponse |
BaseRetryStrategy.refreshRetryToken(RefreshRetryTokenRequest request)
This method implements the logic of
RetryStrategy.refreshRetryToken(RefreshRetryTokenRequest). |
Copyright © 2026. All rights reserved.