Uses of Class
org.springframework.web.context.request.async.WebAsyncTask
Packages that use WebAsyncTask
Package
Description
Support for asynchronous request processing.
-
Uses of WebAsyncTask in org.springframework.web.context.request.async
Methods in org.springframework.web.context.request.async with parameters of type WebAsyncTaskModifier and TypeMethodDescriptionvoidWebAsyncManager.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...).