Class RetryTransformer<T>
java.lang.Object
io.github.resilience4j.rxjava3.retry.transformer.RetryTransformer<T>
- All Implemented Interfaces:
io.reactivex.rxjava3.core.CompletableTransformer,io.reactivex.rxjava3.core.FlowableTransformer<T,,T> io.reactivex.rxjava3.core.MaybeTransformer<T,,T> io.reactivex.rxjava3.core.ObservableTransformer<T,,T> io.reactivex.rxjava3.core.SingleTransformer<T,T>
public class RetryTransformer<T>
extends Object
implements io.reactivex.rxjava3.core.FlowableTransformer<T,T>, io.reactivex.rxjava3.core.ObservableTransformer<T,T>, io.reactivex.rxjava3.core.SingleTransformer<T,T>, io.reactivex.rxjava3.core.CompletableTransformer, io.reactivex.rxjava3.core.MaybeTransformer<T,T>
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.CompletableSourceapply(io.reactivex.rxjava3.core.Completable upstream) org.reactivestreams.Publisher<T>io.reactivex.rxjava3.core.MaybeSource<T>io.reactivex.rxjava3.core.ObservableSource<T>io.reactivex.rxjava3.core.SingleSource<T>static <T> RetryTransformer<T>of(io.github.resilience4j.retry.Retry retry) Creates a RetryOperator.
-
Method Details
-
of
Creates a RetryOperator.- Type Parameters:
T- the value type of the upstream and downstream- Parameters:
retry- the Retry- Returns:
- a RetryOperator
-
apply
-
apply
-
apply
-
apply
public io.reactivex.rxjava3.core.CompletableSource apply(io.reactivex.rxjava3.core.Completable upstream) - Specified by:
applyin interfaceio.reactivex.rxjava3.core.CompletableTransformer
-
apply
-