Package com.couchbase.client.core.retry


package com.couchbase.client.core.retry
  • Class
    Description
    A RetryStrategy that will retry until the max request lifetime is reached.
    A RetryStrategy that will never retry and cancel right away.
    A helper class which contains methods related to retrying operations.
    Base interface for all RetryStrategy implementations.