Package com.couchbase.client.core.retry
package com.couchbase.client.core.retry
-
ClassDescriptionRetries operations on a best-effort basis until they time out.An internal strategy to fail fast any request that goes through it.Determines what to do with a request.The
RetryAction
describes how and when a request should be retried.TheRetryOrchestrator
is responsible for checking if a request is eligible for retry and if so dispatch it properly and update state.Provides more insight into why an operation has been retried.