クラス 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
- コンストラクターの詳細- ProxyAsyncConfigurationpublic ProxyAsyncConfiguration()
 
- メソッドの詳細- asyncAdvisor@Bean(name="org.springframework.context.annotation.internalAsyncAnnotationProcessor") @Role(2) public AsyncAnnotationBeanPostProcessor asyncAdvisor()