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