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:
  • Constructor Details

    • ProxyAsyncConfiguration

      public ProxyAsyncConfiguration()
  • Method Details