类 AsyncConfigurerSupport

java.lang.Object
cn.taketoday.scheduling.annotation.AsyncConfigurerSupport
所有已实现的接口:
AsyncConfigurer

public class AsyncConfigurerSupport extends Object implements AsyncConfigurer
A convenience AsyncConfigurer that implements all methods so that the defaults are used. Provides a backward compatible alternative of implementing AsyncConfigurer directly.
从以下版本开始:
4.0
作者:
Stephane Nicoll