Class ProxyAsyncConfiguration
java.lang.Object
org.springframework.scheduling.annotation.AbstractAsyncConfiguration
org.springframework.scheduling.annotation.ProxyAsyncConfiguration
- All Implemented Interfaces:
- Aware,- ImportAware
@Configuration(proxyBeanMethods=false)
@Role(2)
public class ProxyAsyncConfiguration
extends AbstractAsyncConfiguration
@Configuration class that registers the Spring infrastructure beans necessary
 to enable proxy-based asynchronous method execution.- Since:
- 3.1
- Author:
- Chris Beams, Stephane Nicoll, Juergen Hoeller
- See Also:
- 
Field SummaryFields inherited from class org.springframework.scheduling.annotation.AbstractAsyncConfigurationenableAsync, exceptionHandler, executor
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.scheduling.annotation.AbstractAsyncConfigurationsetImportMetadata
- 
Constructor Details- 
ProxyAsyncConfigurationpublic ProxyAsyncConfiguration()
 
- 
- 
Method Details- 
asyncAdvisor@Bean(name="org.springframework.context.annotation.internalAsyncAnnotationProcessor") @Role(2) public AsyncAnnotationBeanPostProcessor asyncAdvisor()
 
-