spring-framework / org.springframework.web.context.request.async / AsyncWebRequest / startAsync

startAsync

abstract fun startAsync(): Unit

Mark the start of asynchronous request processing so that when the main processing thread exits, the response remains open for further processing in another thread.

Exceptions

IllegalStateException - if async processing has completed or is not supported