クラス 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 @Nullable AnnotationAttributesprotected @Nullable SupplierSE<? extends @Nullable AsyncUncaughtExceptionHandler> protected @Nullable SupplierSE<? extends @Nullable ExecutorSE> コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明voidsetImportMetadata(AnnotationMetadata importMetadata) インポートする @Configurationクラスのアノテーションメタデータを設定します。
フィールドの詳細
enableAsync
executor
exceptionHandler
コンストラクターの詳細
AbstractAsyncConfiguration
public AbstractAsyncConfiguration()
メソッドの詳細
setImportMetadata
インターフェースからコピーされた説明:ImportAwareインポートする @Configurationクラスのアノテーションメタデータを設定します。- 次で指定:
- インターフェース
ImportAwareのsetImportMetadata