类 AbstractAsyncConfiguration
java.lang.Object
cn.taketoday.scheduling.annotation.AbstractAsyncConfiguration
- 所有已实现的接口:
ImportAware
- 直接已知子类:
ProxyAsyncConfiguration
Abstract base
Configuration class providing common structure for enabling
asynchronous method execution capability.- 从以下版本开始:
- 4.0
- 作者:
- Chris Beams, Juergen Hoeller, Stephane Nicoll
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected cn.taketoday.core.annotation.MergedAnnotation<EnableAsync>protected Supplier<AsyncUncaughtExceptionHandler> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetImportMetadata(cn.taketoday.core.type.AnnotationMetadata importMetadata) Set the annotation metadata of the importing @Configurationclass.
-
字段详细资料
-
enableAsync
-
executor
-
exceptionHandler
-
-
构造器详细资料
-
AbstractAsyncConfiguration
public AbstractAsyncConfiguration()
-
-
方法详细资料
-
setImportMetadata
public void setImportMetadata(cn.taketoday.core.type.AnnotationMetadata importMetadata) 从接口复制的说明:ImportAwareSet the annotation metadata of the importing @Configurationclass.- 指定者:
setImportMetadata在接口中ImportAware
-