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