@Configuration @EnableAsync @EnableScheduling public class AsyncConfiguration extends Object implements org.springframework.scheduling.annotation.AsyncConfigurer
| Constructor and Description |
|---|
AsyncConfiguration(io.github.jhipster.config.JHipsterProperties jHipsterProperties) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
getAsyncExecutor() |
org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler |
getAsyncUncaughtExceptionHandler() |
public AsyncConfiguration(io.github.jhipster.config.JHipsterProperties jHipsterProperties)
@Bean(name="taskExecutor") 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 © 2019 Power TAC. All rights reserved.