Class RetryWithDelay

java.lang.Object
io.gravitee.am.service.utils.RetryWithDelay
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 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<?>>