| Package | Description |
|---|---|
| com.couchbase.client.java.util.retry |
| Modifier and Type | Field and Description |
|---|---|
protected RetryWithDelayHandler |
RetryWhenFunction.handler |
| Modifier and Type | Method and Description |
|---|---|
static <T> rx.Observable<T> |
Retry.wrapForRetry(rx.Observable<T> source,
RetryWithDelayHandler handler)
Wrap an
Observable so that it will retry on some errors. |
| Constructor and Description |
|---|
RetryWhenFunction(RetryWithDelayHandler handler) |
Copyright © 2015 Couchbase, Inc.