Package | Description |
---|---|
com.couchbase.client.core.retry |
Modifier and Type | Field and Description |
---|---|
static BestEffortRetryStrategy |
BestEffortRetryStrategy.INSTANCE
Returns the default
BestEffortRetryStrategy instance. |
Modifier and Type | Method and Description |
---|---|
static BestEffortRetryStrategy |
BestEffortRetryStrategy.withExponentialBackoff(Duration lower,
Duration upper,
int factor)
Creates a new
BestEffortRetryStrategy with custom exponential backoff boundaries. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.