|
Generated by JDiff |
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Added Classes | |
|
A convenience AsyncConfigurer that implements all methods so that the defaults are used. |
Changed Classes and Interfaces | |
|
Abstract base {@code Configuration} class providing common structure for enabling Spring's asynchronous method execution capability. |
|
Specialization of AsyncExecutionInterceptor that delegates method execution to an {@code Executor} based on the Async annotation. |
|
Advisor that activates asynchronous method execution through the Async annotation. |
|
Bean post-processor that automatically applies asynchronous invocation behavior to any bean that carries the Async annotation at class or method-level by adding a corresponding AsyncAnnotationAdvisor to the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces). |
|
Interface to be implemented by @ Configuration classes annotated with @EnableAsync that wish to customize the Executor instance used when processing async method invocations or the AsyncUncaughtExceptionHandler instance used to process exception thrown from async method with {@code void} return type. |
|
A pass-through {@code Future} handle that can be used for method signatures which are declared with a {@code Future} return type for asynchronous execution. |
|
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |