| Package | Description |
|---|---|
| org.springframework.aop.interceptor |
Provides miscellaneous interceptor implementations.
|
| org.springframework.scheduling.annotation |
Java 5 annotation for asynchronous method execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncExecutionInterceptor
AOP Alliance
MethodInterceptor that processes method invocations
asynchronously, using a given AsyncTaskExecutor. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationAsyncExecutionInterceptor
Specialization of
AsyncExecutionInterceptor that delegates method execution to
an Executor based on the Async annotation. |