Uses of Class
org.springframework.aop.interceptor.AsyncExecutionInterceptor
Packages that use AsyncExecutionInterceptor Package Description org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.Uses of AsyncExecutionInterceptor in org.springframework.scheduling.annotation
Subclasses of AsyncExecutionInterceptor in org.springframework.scheduling.annotation Modifier and Type Class Description classAnnotationAsyncExecutionInterceptorSpecialization ofAsyncExecutionInterceptorthat delegates method execution to anExecutorbased on theAsyncannotation.