接口 AsyncReturnValueHandler
public interface AsyncReturnValueHandler
- 从以下版本开始:
- 4.0 2022/10/23 11:08
- 作者:
- Harry Yang
-
方法概要
修饰符和类型方法说明voidhandleAsyncReturnValue(RequestContext context, Object returnValue) Handle result of the handler
-
方法详细资料
-
handleAsyncReturnValue
Handle result of the handler- 参数:
context- Current HTTP request contextreturnValue- Handler execution result OrHandlerExceptionHandlerreturn value- 抛出:
Exception- return-value handled failed
-