クラス ProxyAsyncConfiguration
java.lang.ObjectSE
org.springframework.scheduling.annotation.AbstractAsyncConfiguration
org.springframework.scheduling.annotation.ProxyAsyncConfiguration
- 実装されたすべてのインターフェース:
Aware
,ImportAware
@Configuration(proxyBeanMethods=false)
@Role(2)
public class ProxyAsyncConfiguration
extends AbstractAsyncConfiguration
プロキシベースの非同期メソッド実行を有効にするために必要な 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
コンストラクターの詳細
ProxyAsyncConfiguration
public ProxyAsyncConfiguration()
メソッドの詳細
asyncAdvisor
@Bean(name="org.springframework.context.annotation.internalAsyncAnnotationProcessor") @Role(2) public AsyncAnnotationBeanPostProcessor asyncAdvisor()