| Package | Description |
|---|---|
| com.github.davidmoten.rx |
| Modifier and Type | Method and Description |
|---|---|
static <T> rx.Observable.Transformer<T,T> |
Transformers.retryCustomBackoff(rx.Observable<Long> waits,
TimeUnit unit,
rx.functions.Action1<Transformers.ErrorAndWait> action) |
static <T> rx.Observable.Transformer<T,T> |
Transformers.retryExponentialBackoff(int numRetries,
long firstWait,
TimeUnit unit,
rx.functions.Action1<Transformers.ErrorAndWait> action) |
Copyright © 2013–2015. All rights reserved.