spring-framework / org.springframework.web.context.request.async / DeferredResultProcessingInterceptorAdapter / handleTimeout

handleTimeout

open fun <T : Any> handleTimeout(request: NativeWebRequest, deferredResult: DeferredResult<T>): Boolean

This implementation returns true by default allowing other interceptors to be given a chance to handle the timeout.