Generated by
JDiff

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

Documentation changed from old to new.

Removed Methods
Object afterTimeout(NativeWebRequest, Callable<T>) Invoked from a container thread when the async request times out before the {@code Callable} task completes.
 

Added Methods
Object handleTimeout(NativeWebRequest, Callable<T>) Invoked from a container thread when the async request times out before the {@code Callable} task completes.
 

Added Fields
Object RESPONSE_HANDLED