public abstract class ErrorHandleSubscriberOfFlowable<T>
extends java.lang.Object
implements org.reactivestreams.Subscriber<T>
| Constructor and Description |
|---|
ErrorHandleSubscriberOfFlowable(RxErrorHandler rxErrorHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(java.lang.Throwable t) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
public ErrorHandleSubscriberOfFlowable(RxErrorHandler rxErrorHandler)
public void onSubscribe(org.reactivestreams.Subscription s)
onSubscribe in interface org.reactivestreams.Subscriber<T>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<T>public void onError(@NonNull
java.lang.Throwable t)
onError in interface org.reactivestreams.Subscriber<T>