Uses of Class
org.springframework.web.context.request.async.WebAsyncTask
Package
Description
Support for asynchronous request processing.
-
Uses of WebAsyncTask in org.springframework.web.context.request.async
Modifier and TypeMethodDescriptionvoid
WebAsyncManager.startCallableProcessing
(WebAsyncTask<?> webAsyncTask, Object... processingContext) Use the givenWebAsyncTask
to configure the task executor as well as the timeout value of theAsyncWebRequest
before delegating toWebAsyncManager.startCallableProcessing(Callable, Object...)
.