@Configuration @EnableAsync public class AsyncConfiguration extends Object implements org.springframework.scheduling.annotation.AsyncConfigurer
| Constructor and Description |
|---|
AsyncConfiguration(ConcurrencyProperties concurrencyProperties) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
getAsyncExecutor() |
org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler |
getAsyncUncaughtExceptionHandler() |
public AsyncConfiguration(ConcurrencyProperties concurrencyProperties)
@Bean @Primary public Executor getAsyncExecutor()
getAsyncExecutor in interface org.springframework.scheduling.annotation.AsyncConfigurerpublic org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler()
getAsyncUncaughtExceptionHandler in interface org.springframework.scheduling.annotation.AsyncConfigurerCopyright © 2018. All rights reserved.