@Configuration @EnableAsync @EnableScheduling @Profile(value="!fast") public class AsyncConfiguration extends Object implements org.springframework.scheduling.annotation.AsyncConfigurer, org.springframework.context.EnvironmentAware
| Constructor and Description |
|---|
AsyncConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Executor |
getAsyncExecutor() |
org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler |
getAsyncUncaughtExceptionHandler() |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAware@Bean 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 © 2021 VILT Group. All rights reserved.