| Package | Description |
|---|---|
| tech.ydb.common.retry |
| Modifier and Type | Method and Description |
|---|---|
RetryUntilElapsed |
RetryUntilElapsed.withBackoffCeiling(int ceiling)
Create new retry policy with specified backoff ceiling
|
RetryUntilElapsed |
RetryUntilElapsed.withBackoffMs(long ms)
Create new retry policy with specified backoff duration
|
RetryUntilElapsed |
RetryUntilElapsed.withMaxElapsedMs(long maxElapsedMs)
Create new retry policy with specified count of elapsed milliseconds
|
Copyright © 2024. All rights reserved.