| Class | Description |
|---|---|
| Retry |
Utility methods to deal with retrying
Observables. |
| RetryBuilder |
Builder for
RetryWhenFunction. |
| 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.. All rights reserved.