Class AsyncConfiguration

Object
AsyncConfiguration
All Implemented Interfaces:
AsyncConfigurer

@Configuration @EnableAsync public class AsyncConfiguration extends Object implements AsyncConfigurer
  • Constructor Details

    • AsyncConfiguration

      public AsyncConfiguration()
  • Method Details

    • getAsyncExecutor

      public Executor getAsyncExecutor()
      Specified by:
      getAsyncExecutor in interface AsyncConfigurer
    • getAsyncUncaughtExceptionHandler

      public AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler()
      Specified by:
      getAsyncUncaughtExceptionHandler in interface AsyncConfigurer