Package | Description |
---|---|
org.springframework.web.context.request.async |
Support for asynchronous request processing.
|
Modifier and Type | Method and Description |
---|---|
void |
WebAsyncManager.startCallableProcessing(WebAsyncTask<?> webAsyncTask,
Object... processingContext)
Use the given
WebAsyncTask to configure the task executor as well as
the timeout value of the AsyncWebRequest before delegating to
WebAsyncManager.startCallableProcessing(Callable, Object...) . |