public class RxSubscriberImpl extends Object implements org.reactivestreams.Subscriber
| Constructor and Description |
|---|
RxSubscriberImpl(org.noear.solon.core.handle.Context ctx,
boolean isStreaming,
CompletableEmitter completableEmitter) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(Throwable e) |
void |
onNext(Object o) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public RxSubscriberImpl(org.noear.solon.core.handle.Context ctx,
boolean isStreaming,
CompletableEmitter completableEmitter)
public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe in interface org.reactivestreams.Subscriberpublic void onNext(Object o)
onNext in interface org.reactivestreams.Subscriberpublic void onError(Throwable e)
onError in interface org.reactivestreams.Subscriberpublic void onComplete()
onComplete in interface org.reactivestreams.SubscriberCopyright © 2025. All rights reserved.