Class AspectJAsyncConfiguration
java.lang.Object
org.springframework.scheduling.annotation.AbstractAsyncConfiguration
org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
- All Implemented Interfaces:
Aware
,ImportAware
@Configuration(proxyBeanMethods=false)
@Role(2)
public class AspectJAsyncConfiguration
extends AbstractAsyncConfiguration
@Configuration
class that registers the Spring infrastructure beans necessary
to enable AspectJ-based asynchronous method execution.- Since:
- 3.1
- Author:
- Chris Beams, Stephane Nicoll, Juergen Hoeller
- See Also:
-
Field Summary
Fields inherited from class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
enableAsync, exceptionHandler, executor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect
Methods inherited from class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
setImportMetadata
-
Constructor Details
-
AspectJAsyncConfiguration
public AspectJAsyncConfiguration()
-
-
Method Details
-
asyncAdvisor
-