Class OrchestratorAsyncExceptionHandler

java.lang.Object
ch.admin.bit.jeap.testorchestrator.adapter.testagent.OrchestratorAsyncExceptionHandler
All Implemented Interfaces:
org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler

@Component public class OrchestratorAsyncExceptionHandler extends Object implements org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
  • Constructor Details

    • OrchestratorAsyncExceptionHandler

      public OrchestratorAsyncExceptionHandler()
  • Method Details

    • setTestRunService

      @Autowired public void setTestRunService(TestRunService testRunService)
    • setTestReportService

      @Autowired public void setTestReportService(TestReportService testReportService)
    • handleUncaughtException

      public void handleUncaughtException(Throwable throwable, Method method, Object... objects)
      Specified by:
      handleUncaughtException in interface org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler