Package org.powertac.visualizer.config
Class AsyncConfiguration
- java.lang.Object
 - 
- org.powertac.visualizer.config.AsyncConfiguration
 
 
- 
- All Implemented Interfaces:
 org.springframework.scheduling.annotation.AsyncConfigurer
@Configuration @EnableAsync @EnableScheduling public class AsyncConfiguration extends Object implements org.springframework.scheduling.annotation.AsyncConfigurer
 
- 
- 
Constructor Summary
Constructors Constructor Description AsyncConfiguration(io.github.jhipster.config.JHipsterProperties jHipsterProperties) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorgetAsyncExecutor()org.springframework.aop.interceptor.AsyncUncaughtExceptionHandlergetAsyncUncaughtExceptionHandler() 
 - 
 
- 
- 
Method Detail
- 
getAsyncExecutor
@Bean(name="taskExecutor") public Executor getAsyncExecutor()
- Specified by:
 getAsyncExecutorin interfaceorg.springframework.scheduling.annotation.AsyncConfigurer
 
- 
getAsyncUncaughtExceptionHandler
public org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler()
- Specified by:
 getAsyncUncaughtExceptionHandlerin interfaceorg.springframework.scheduling.annotation.AsyncConfigurer
 
 - 
 
 -