| Interface | Description |
|---|---|
| RetryBuilder.OnRetryAction |
An interface alias for
Action4<Integer, Throwable, Long, TimeUnit>, suitable for RetryBuilder.doOnRetry(Action4). |
| Class | Description |
|---|---|
| Retry |
Utility methods to deal with retrying
Observables. |
| RetryBuilder |
Builder for
RetryWhenFunction. |
| RetryBuilder.InversePredicate | |
| RetryBuilder.ShouldStopOnError | |
| RetryWhenFunction |
Combine a
mapping of errors to their attempt number with a flatmap that induces a retry delay into a function that can be passed to an Observable’s retryWhen operation. |
| RetryWithDelayHandler |
A class that allows to produce a “retry” delay depending on the number of retry attempts.
|
Copyright © 2015 Couchbase, Inc.