Package | Description |
---|---|
com.ibm.cloud.objectstorage.waiters |
Modifier and Type | Method and Description |
---|---|
void |
FixedDelayStrategy.delayBeforeNextRetry(PollingStrategyContext pollingStrategyContext)
Defines a default way of delaying the polling bound by
the default delay associated with the corresponding
waiter definition
|
void |
PollingStrategy.DelayStrategy.delayBeforeNextRetry(PollingStrategyContext pollingStrategyContext)
Defines the custom delay strategy to control the sleep time
|
boolean |
PollingStrategy.RetryStrategy.shouldRetry(PollingStrategyContext pollingStrategyContext)
Returns whether polling of a resource should be retried according to the
given polling context.
|
boolean |
MaxAttemptsRetryStrategy.shouldRetry(PollingStrategyContext pollingStrategyContext)
Default way of checking if polling should be retried
or fast failed
|
Copyright © 2024. All rights reserved.