Class JobKitAsyncConfigurer

  • All Implemented Interfaces:
    org.springframework.scheduling.annotation.AsyncConfigurer

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

      Fields 
      Modifier and Type Field Description
      static java.lang.String POOL_NAME  
    • Constructor Detail

      • JobKitAsyncConfigurer

        public JobKitAsyncConfigurer()
    • Method Detail

      • getAsyncExecutor

        public java.util.concurrent.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