public class ObservableSubscriber<T>
extends rx.Subscriber<T>
Constructor and Description |
---|
ObservableSubscriber(org.reactivestreams.Subscriber<T> rsSubscriber) |
Modifier and Type | Method and Description |
---|---|
void |
onCompleted() |
void |
onError(java.lang.Throwable e) |
void |
onNext(T t) |