Class | Description |
---|---|
Retry |
Utility methods to deal with retrying
Observable s. |
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 © 2014 Couchbase, Inc.