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> Observable<T> |
Retry.wrapForRetry(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.. All rights reserved.