Class AsyncConfig
java.lang.Object
ch.admin.bit.jeap.testorchestrator.adapter.testagent.AsyncConfig
- All Implemented Interfaces:
org.springframework.scheduling.annotation.AsyncConfigurer
@AutoConfiguration
@ComponentScan
@EnableAsync
public class AsyncConfig
extends Object
implements org.springframework.scheduling.annotation.AsyncConfigurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.aop.interceptor.AsyncUncaughtExceptionHandlervoidsetOrchestratorAsyncExceptionHandler(OrchestratorAsyncExceptionHandler orchestratorAsyncExceptionHandler)
-
Constructor Details
-
AsyncConfig
public AsyncConfig()
-
-
Method Details
-
getAsyncExecutor
- Specified by:
getAsyncExecutorin interfaceorg.springframework.scheduling.annotation.AsyncConfigurer
-
setOrchestratorAsyncExceptionHandler
@Autowired public void setOrchestratorAsyncExceptionHandler(OrchestratorAsyncExceptionHandler orchestratorAsyncExceptionHandler) -
getAsyncUncaughtExceptionHandler
public org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler()- Specified by:
getAsyncUncaughtExceptionHandlerin interfaceorg.springframework.scheduling.annotation.AsyncConfigurer
-