クラス AsyncConfigurerSupport

java.lang.ObjectSE
org.springframework.scheduling.annotation.AsyncConfigurerSupport
実装されたすべてのインターフェース:
AsyncConfigurer

@DeprecatedSE(since="6.0") public class AsyncConfigurerSupport extends ObjectSE implements AsyncConfigurer
使用すべきではありません。
6.0 の時点で、AsyncConfigurer を直接実装することを推奨
デフォルトが使用されるようにすべてのメソッドを実装する便利な AsyncConfigurerAsyncConfigurer を直接実装する下位互換性のある代替手段を提供します。
導入:
4.1
作成者:
Stephane Nicoll