spring-framework / org.springframework.web.context.request.async / WebAsyncUtils / getAsyncManager

getAsyncManager

open static fun getAsyncManager(servletRequest: ServletRequest): WebAsyncManager
open static fun getAsyncManager(webRequest: WebRequest): WebAsyncManager

Obtain the WebAsyncManager for the current request, or if not found, create and associate it with the request.