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 class
AnnotationAsyncExecutionInterceptor
Specialization ofAsyncExecutionInterceptor
that delegates method execution to anExecutor
based on theAsync
annotation.