Uses of Class
org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Packages that use AsyncExecutionAspectSupport
Package
Description
Provides miscellaneous interceptor implementations.
Annotation support for asynchronous method execution.
-
Uses of AsyncExecutionAspectSupport in org.springframework.aop.interceptor
Subclasses of AsyncExecutionAspectSupport in org.springframework.aop.interceptorModifier and TypeClassDescriptionclassAOP AllianceMethodInterceptorthat processes method invocations asynchronously, using a givenAsyncTaskExecutor. -
Uses of AsyncExecutionAspectSupport in org.springframework.scheduling.annotation
Subclasses of AsyncExecutionAspectSupport in org.springframework.scheduling.annotationModifier and TypeClassDescriptionclassSpecialization ofAsyncExecutionInterceptorthat delegates method execution to anExecutorbased on theAsyncannotation.