| Package | Description |
|---|---|
| com.oracle.bmc.retrier | |
| com.oracle.bmc.waiter |
| Modifier and Type | Method and Description |
|---|---|
RetryConfiguration.Builder |
RetryConfiguration.Builder.terminationStrategy(TerminationStrategy terminationStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxAttemptsTerminationStrategy
Termination strategy that allows up to X attempts before terminating.
|
class |
MaxTimeTerminationStrategy
Termination strategy that allows up to X milliseconds to have elapsed before terminating.
|
| Modifier and Type | Field and Description |
|---|---|
static TerminationStrategy |
Waiters.DEFAULT_POLLING_TERMINATION_STRATEGY
Default polling termination strategy is to wait up to 20 mins.
|
| Modifier and Type | Method and Description |
|---|---|
TerminationStrategy |
WaiterConfiguration.getTerminationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
static BmcGenericWaiter |
Waiters.newWaiter(TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new waiter using the given strategies.
|
| Constructor and Description |
|---|
BmcGenericWaiter(TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new waiter with the given strategies.
|
WaiterConfiguration(TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Copyright © 2016–2024. All rights reserved.