public class ActionReturnRxHandler extends Object implements org.noear.solon.core.handle.ActionReturnHandler
| Constructor and Description |
|---|
ActionReturnRxHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isStreaming(org.noear.solon.core.handle.Context ctx) |
boolean |
matched(org.noear.solon.core.handle.Context ctx,
Class<?> returnType) |
protected org.reactivestreams.Publisher |
postPublisher(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.Action action,
Object result,
boolean isStreaming)
确认发布者
|
void |
returnHandle(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.Action action,
Object result) |
public boolean matched(org.noear.solon.core.handle.Context ctx,
Class<?> returnType)
matched in interface org.noear.solon.core.handle.ActionReturnHandlerpublic void returnHandle(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.Action action,
Object result)
throws Throwable
returnHandle in interface org.noear.solon.core.handle.ActionReturnHandlerThrowableprotected boolean isStreaming(org.noear.solon.core.handle.Context ctx)
Copyright © 2025. All rights reserved.