Uses of Class
org.springframework.scheduling.annotation.AbstractAsyncConfiguration
Packages that use AbstractAsyncConfiguration
Package
Description
Annotation support for asynchronous method execution.
-
Uses of AbstractAsyncConfiguration in org.springframework.scheduling.annotation
Subclasses of AbstractAsyncConfiguration in org.springframework.scheduling.annotationModifier and TypeClassDescriptionclass
@Configuration
class that registers the Spring infrastructure beans necessary to enable proxy-based asynchronous method execution. -
Uses of AbstractAsyncConfiguration in org.springframework.scheduling.aspectj
Subclasses of AbstractAsyncConfiguration in org.springframework.scheduling.aspectjModifier and TypeClassDescriptionclass
@Configuration
class that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.