@Configuration protected static class SchedulingAutoConfiguration.AsyncConfiguration extends Object implements org.springframework.scheduling.annotation.AsyncConfigurer
| Modifier | Constructor and Description |
|---|---|
protected |
AsyncConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Executor |
getAsyncExecutor() |
AsyncUncaughtExceptionHandler |
getAsyncUncaughtExceptionHandler() |
@Bean(name="asyncTaskExecutor",
destroyMethod="shutdown")
@ConfigurationProperties(value="executor")
public Executor getAsyncExecutor()
getAsyncExecutor in interface org.springframework.scheduling.annotation.AsyncConfigurerExecutorConfigurationSupport.setThreadNamePrefix(String),
ThreadPoolTaskScheduler.setRemoveOnCancelPolicy(boolean)public AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler()
getAsyncUncaughtExceptionHandler in interface org.springframework.scheduling.annotation.AsyncConfigurerCopyright © 2017 Pivotal Software, Inc.. All rights reserved.