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 Details

    • AsyncConfig

      public AsyncConfig()
  • Method Details

    • getAsyncExecutor

      public Executor getAsyncExecutor()
      Specified by:
      getAsyncExecutor in interface org.springframework.scheduling.annotation.AsyncConfigurer
    • setOrchestratorAsyncExceptionHandler

      @Autowired public void setOrchestratorAsyncExceptionHandler(OrchestratorAsyncExceptionHandler orchestratorAsyncExceptionHandler)
    • getAsyncUncaughtExceptionHandler

      public org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler()
      Specified by:
      getAsyncUncaughtExceptionHandler in interface org.springframework.scheduling.annotation.AsyncConfigurer