Generated by
JDiff

Class org.springframework.scheduling.annotation.AsyncResult

Added Methods
ListenableFuture<V> forExecutionException(Throwable) Create a new async result which exposes the given exception as an ExecutionException from Future.get().
ListenableFuture<V> forValue(V) Create a new async result which exposes the given value from Future.get().
 

Changed Methods
V get() Change in exceptions thrown from no exceptions to java.util.concurrent.ExecutionException.
 
V get(long, TimeUnit) Change in exceptions thrown from no exceptions to java.util.concurrent.ExecutionException.