All Implemented Interfaces:
io.reactivex.rxjava3.functions.Function<io.reactivex.rxjava3.core.Flowable<Throwable >,org.reactivestreams.Publisher<?>>
public class RetryWithDelay
extends Object
implements io.reactivex.rxjava3.functions.Function<io.reactivex.rxjava3.core.Flowable<Throwable >,org.reactivestreams.Publisher<?>>
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
org.reactivestreams.Publisher<?>
apply (io.reactivex.rxjava3.core.Flowable<Throwable > throwableFlowable)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
RetryWithDelay
public RetryWithDelay ()
Method Details
apply
public org.reactivestreams.Publisher<?> apply (io.reactivex.rxjava3.core.Flowable<Throwable > throwableFlowable)
Specified by:
apply in interface io.reactivex.rxjava3.functions.Function<io.reactivex.rxjava3.core.Flowable<Throwable >,org.reactivestreams.Publisher<?>>