Class JobKitAsyncConfigurer

java.lang.Object
tv.hd3g.jobkit.mod.JobKitAsyncConfigurer
All Implemented Interfaces:
org.springframework.scheduling.annotation.AsyncConfigurer

@Configuration @EnableAsync public class JobKitAsyncConfigurer extends Object implements org.springframework.scheduling.annotation.AsyncConfigurer
  • Field Details

  • Constructor Details

    • JobKitAsyncConfigurer

      public JobKitAsyncConfigurer()
  • Method Details

    • getAsyncExecutor

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

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