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

    • AspectJAsyncConfiguration

      public AspectJAsyncConfiguration()
  • Method Details

    • asyncAdvisor

      @Bean(name="org.springframework.scheduling.config.internalAsyncExecutionAspect") @Role(2) public org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect asyncAdvisor()