@Configuration @EnableAsync(proxyTargetClass=true) @EnableConfigurationProperties(value=AsyncProperties.class) @ConditionalOnProperty(prefix="lamp.async", name="enabled", havingValue="true", matchIfMissing=true) public class DefaultAsyncTaskConfig extends org.springframework.scheduling.annotation.AsyncConfigurerSupport
| 构造器和说明 |
|---|
DefaultAsyncTaskConfig() |
@Bean public Executor getAsyncExecutor()
getAsyncExecutor 在接口中 org.springframework.scheduling.annotation.AsyncConfigurergetAsyncExecutor 在类中 org.springframework.scheduling.annotation.AsyncConfigurerSupportpublic org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler()
getAsyncUncaughtExceptionHandler 在接口中 org.springframework.scheduling.annotation.AsyncConfigurergetAsyncUncaughtExceptionHandler 在类中 org.springframework.scheduling.annotation.AsyncConfigurerSupportCopyright © 2021. All rights reserved.