Class AbstractAsyncConfiguration
java.lang.Object
org.springframework.scheduling.annotation.AbstractAsyncConfiguration
- All Implemented Interfaces:
- Aware,- ImportAware
- Direct Known Subclasses:
- AspectJAsyncConfiguration,- ProxyAsyncConfiguration
@Configuration(proxyBeanMethods=false)
public abstract class AbstractAsyncConfiguration
extends Object
implements ImportAware
Abstract base 
Configuration class providing common structure for enabling
 Spring's asynchronous method execution capability.- Since:
- 3.1
- Author:
- Chris Beams, Juergen Hoeller, Stephane Nicoll
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected AnnotationAttributesprotected Supplier<AsyncUncaughtExceptionHandler>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetImportMetadata(AnnotationMetadata importMetadata) Set the annotation metadata of the importing @Configurationclass.
- 
Field Details- 
enableAsync
- 
executor
- 
exceptionHandler
 
- 
- 
Constructor Details- 
AbstractAsyncConfigurationpublic AbstractAsyncConfiguration()
 
- 
- 
Method Details- 
setImportMetadataDescription copied from interface:ImportAwareSet the annotation metadata of the importing @Configurationclass.- Specified by:
- setImportMetadatain interface- ImportAware
 
 
-