public class ActionRxSubscriber extends Object implements org.reactivestreams.Subscriber
| Constructor and Description |
|---|
ActionRxSubscriber(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.Action action,
boolean isStreaming) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(Throwable e) |
void |
onNext(Object o) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public ActionRxSubscriber(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.Action action,
boolean isStreaming)
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.