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 SummaryFields inherited from class AbstractAsyncConfigurationenableAsync, exceptionHandler, executor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspectMethods inherited from class AbstractAsyncConfigurationsetImportMetadata
- 
Constructor Details- 
AspectJAsyncConfigurationpublic AspectJAsyncConfiguration()
 
- 
- 
Method Details- 
asyncAdvisor
 
-