Uses of Class
org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Packages that use AsyncExecutionAspectSupport Package Description org.springframework.aop.interceptor Provides miscellaneous interceptor implementations.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.Uses of AsyncExecutionAspectSupport in org.springframework.aop.interceptor
Subclasses of AsyncExecutionAspectSupport in org.springframework.aop.interceptor Modifier and Type Class Description class
AsyncExecutionInterceptor
AOP AllianceMethodInterceptor
that processes method invocations asynchronously, using a givenAsyncTaskExecutor
.Uses of AsyncExecutionAspectSupport in org.springframework.scheduling.annotation
Subclasses of AsyncExecutionAspectSupport in org.springframework.scheduling.annotation Modifier and Type Class Description class
AnnotationAsyncExecutionInterceptor
Specialization ofAsyncExecutionInterceptor
that delegates method execution to anExecutor
based on theAsync
annotation.