类的使用
org.springframework.web.context.request.async.WebAsyncTask
使用WebAsyncTask的程序包 程序包 说明 org.springframework.web.context.request.async Support for asynchronous request processing.org.springframework.web.context.request.async中WebAsyncTask的使用
参数类型为WebAsyncTask的org.springframework.web.context.request.async中的方法 修饰符和类型 方法 说明 voidWebAsyncManager. startCallableProcessing(WebAsyncTask<?> webAsyncTask, Object... processingContext)Use the givenWebAsyncTaskto configure the task executor as well as the timeout value of theAsyncWebRequestbefore delegating toWebAsyncManager.startCallableProcessing(Callable, Object...).