public class OnErrorResumeWithSubscriber<T> extends Object implements io.reactivex.FlowableSubscriber<T>
Modifier and Type | Method and Description |
---|---|
void |
onComplete() |
void |
onError(Throwable t) |
void |
onNext(T t) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
public void onSubscribe(org.reactivestreams.Subscription s)
public void onError(Throwable t)
onError
in interface org.reactivestreams.Subscriber<T>
public void onComplete()
onComplete
in interface org.reactivestreams.Subscriber<T>
Copyright © 2018–2019 SmallRye. All rights reserved.