接口 AsyncReturnValueHandler


public interface AsyncReturnValueHandler
从以下版本开始:
4.0 2022/10/23 11:08
作者:
Harry Yang
  • 方法详细资料

    • handleAsyncReturnValue

      void handleAsyncReturnValue(RequestContext context, @Nullable Object returnValue) throws Exception
      Handle result of the handler
      参数:
      context - Current HTTP request context
      returnValue - Handler execution result Or HandlerExceptionHandler return value
      抛出:
      Exception - return-value handled failed