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 classAsyncExecutionInterceptorAOP AllianceMethodInterceptorthat 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 classAnnotationAsyncExecutionInterceptorSpecialization ofAsyncExecutionInterceptorthat delegates method execution to anExecutorbased on theAsyncannotation.