クラス AspectJAsyncConfiguration
java.lang.ObjectSE
org.springframework.scheduling.annotation.AbstractAsyncConfiguration
org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
- 実装されたすべてのインターフェース:
Aware
,ImportAware
@Configuration(proxyBeanMethods=false)
@Role(2)
public class AspectJAsyncConfiguration
extends AbstractAsyncConfiguration
AspectJ ベースの非同期メソッド実行を有効にするために必要な Spring インフラストラクチャ Bean を登録する
@Configuration
クラス。- 導入:
- 3.1
- 作成者:
- Chris Beams, Stephane Nicoll, Juergen Hoeller
- 関連事項:
フィールドのサマリー
クラス org.springframework.scheduling.annotation.AbstractAsyncConfiguration から継承されたフィールド
enableAsync, exceptionHandler, executor
コンストラクターの概要
コンストラクターメソッドのサマリー
クラス org.springframework.scheduling.annotation.AbstractAsyncConfiguration から継承されたメソッド
setImportMetadata
コンストラクターの詳細
AspectJAsyncConfiguration
public AspectJAsyncConfiguration()
メソッドの詳細
asyncAdvisor