クラス AbstractAsyncConfiguration
java.lang.ObjectSE
org.springframework.scheduling.annotation.AbstractAsyncConfiguration
- 実装されたすべてのインターフェース:
Aware
,ImportAware
- 既知の直属サブクラス
AspectJAsyncConfiguration
,ProxyAsyncConfiguration
@Configuration(proxyBeanMethods=false)
public abstract class AbstractAsyncConfiguration
extends ObjectSE
implements ImportAware
Spring の非同期メソッド実行機能を有効にするための共通構造を提供する抽象ベース
Configuration
クラス。- 導入:
- 3.1
- 作成者:
- Chris Beams, Juergen Hoeller, Stephane Nicoll
- 関連事項:
フィールドサマリー
フィールド修飾子と型フィールド説明protected AnnotationAttributes
protected SupplierSE<AsyncUncaughtExceptionHandler>
protected SupplierSE<ExecutorSE>
コンストラクターのサマリー
コンストラクター方法の概要
修飾子と型メソッド説明void
setImportMetadata
(AnnotationMetadata importMetadata) インポートする @Configuration
クラスのアノテーションメタデータを設定します。
フィールドの詳細
enableAsync
executor
exceptionHandler
コンストラクターの詳細
AbstractAsyncConfiguration
public AbstractAsyncConfiguration()
メソッドの詳細
setImportMetadata
インターフェースからコピーされた説明:ImportAware
インポートする @Configuration
クラスのアノテーションメタデータを設定します。- 次で指定:
- インターフェース
ImportAware
のsetImportMetadata