Package com.couchbase.client.core.retry
Interface RetryStrategy
- All Known Implementing Classes:
BestEffortRetryStrategy
,FailFastRetryStrategy
public interface RetryStrategy
-
Method Summary
Modifier and TypeMethodDescriptionshouldRetry
(Request<? extends Response> request, RetryReason reason) Checks if the given request should be retried and how long the retry delay should be.