public class RetryWithDelayOfFlowable
extends java.lang.Object
implements io.reactivex.functions.Function<io.reactivex.Flowable<java.lang.Throwable>,org.reactivestreams.Publisher<?>>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
TAG |
| Constructor and Description |
|---|
RetryWithDelayOfFlowable(int maxRetries,
int retryDelaySecond) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<?> |
apply(io.reactivex.Flowable<java.lang.Throwable> throwableFlowable) |
public RetryWithDelayOfFlowable(int maxRetries,
int retryDelaySecond)
public org.reactivestreams.Publisher<?> apply(@NonNull
io.reactivex.Flowable<java.lang.Throwable> throwableFlowable)
throws java.lang.Exception
apply in interface io.reactivex.functions.Function<io.reactivex.Flowable<java.lang.Throwable>,org.reactivestreams.Publisher<?>>java.lang.Exception