クラス AspectJAsyncConfiguration

java.lang.ObjectSE
org.springframework.scheduling.annotation.AbstractAsyncConfiguration
org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
実装されたすべてのインターフェース:
AwareImportAware

@Configuration(proxyBeanMethods=false) @Role(2) public class AspectJAsyncConfiguration extends AbstractAsyncConfiguration
AspectJ ベースの非同期メソッド実行を有効にするために必要な Spring インフラストラクチャ Bean を登録する @Configuration クラス。
導入:
3.1
作成者:
Chris Beams, Stephane Nicoll, Juergen Hoeller
関連事項:
  • コンストラクターの詳細

    • AspectJAsyncConfiguration

      public AspectJAsyncConfiguration()
  • メソッドの詳細

    • asyncAdvisor

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