Class FlowableRetryWhen.RetryWhenSubscriber<T>

All Implemented Interfaces:
FlowableSubscriber<T>, Serializable, org.reactivestreams.Subscriber<T>, org.reactivestreams.Subscription
Enclosing class:
FlowableRetryWhen<T>

static final class FlowableRetryWhen.RetryWhenSubscriber<T> extends FlowableRepeatWhen.WhenSourceSubscriber<T,Throwable>
  • Field Details

  • Constructor Details

    • RetryWhenSubscriber

      RetryWhenSubscriber(org.reactivestreams.Subscriber<? super T> actual, FlowableProcessor<Throwable> processor, org.reactivestreams.Subscription receiver)
  • Method Details

    • onError

      public void onError(Throwable t)
    • onComplete

      public void onComplete()