public class RxSubscriberImpl
extends java.lang.Object
implements org.reactivestreams.Subscriber
构造器和说明 |
---|
RxSubscriberImpl(Context ctx,
boolean isStreaming,
CompletableEmitter completableEmitter) |
限定符和类型 | 方法和说明 |
---|---|
void |
onComplete() |
void |
onError(java.lang.Throwable e) |
void |
onNext(java.lang.Object o) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public RxSubscriberImpl(Context ctx, boolean isStreaming, CompletableEmitter completableEmitter)
public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe
在接口中 org.reactivestreams.Subscriber
public void onNext(java.lang.Object o)
onNext
在接口中 org.reactivestreams.Subscriber
public void onError(java.lang.Throwable e)
onError
在接口中 org.reactivestreams.Subscriber
public void onComplete()
onComplete
在接口中 org.reactivestreams.Subscriber