Register code to invoke when the async request times out. This method is called from a container thread when an async request times out before the {@code Callable} has completed. The callback is executed in the samethread and therefore should return without blocking. It may return an alternative value to use, including an {@link Exception} or return{@link CallableProcessingInterceptor#RESULT_NONE RESULT_NONE}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.