Generated by
JDiff

Interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor

Documentation changed from old to new.

Removed Methods
void afterTimeout(NativeWebRequest, DeferredResult<T>) Invoked from a container thread when an async request times out before the {@code DeferredResult} has been set.
 

Added Methods
boolean handleTimeout(NativeWebRequest, DeferredResult<T>) Invoked from a container thread when an async request times out before the {@code DeferredResult} has been set.