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 Summary
Fields inherited from class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
enableAsync, exceptionHandler, executor - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
setImportMetadata 
- 
Constructor Details
- 
ProxyAsyncConfiguration
public ProxyAsyncConfiguration() 
 - 
 - 
Method Details
- 
asyncAdvisor
@Bean(name="org.springframework.context.annotation.internalAsyncAnnotationProcessor") @Role(2) public AsyncAnnotationBeanPostProcessor asyncAdvisor() 
 -