public class AsyncConfigurerSupport extends Object implements AsyncConfigurer
AsyncConfigurer that implements all methods
 so that the defaults are used. Provides a backward compatible alternative
 of implementing AsyncConfigurer directly.| Constructor and Description | 
|---|
| AsyncConfigurerSupport() | 
| Modifier and Type | Method and Description | 
|---|---|
| Executor | getAsyncExecutor()The  Executorinstance to be used when processing async
 method invocations. | 
| org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler | getAsyncUncaughtExceptionHandler()The  AsyncUncaughtExceptionHandlerinstance to be used
 when an exception is thrown during an asynchronous method execution
 withvoidreturn type. | 
public Executor getAsyncExecutor()
AsyncConfigurerExecutor instance to be used when processing async
 method invocations.getAsyncExecutor in interface AsyncConfigurer@Nullable public org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler()
AsyncConfigurerAsyncUncaughtExceptionHandler instance to be used
 when an exception is thrown during an asynchronous method execution
 with void return type.getAsyncUncaughtExceptionHandler in interface AsyncConfigurer