Class AsyncConfigurerSupport
java.lang.Object
org.springframework.scheduling.annotation.AsyncConfigurerSupport
- All Implemented Interfaces:
 AsyncConfigurer
Deprecated.
A convenience 
AsyncConfigurer that implements all methods
 so that the defaults are used. Provides a backward compatible alternative
 of implementing AsyncConfigurer directly.- Since:
 - 4.1
 - Author:
 - Stephane Nicoll
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.TheExecutorinstance to be used when processing async method invocations.Deprecated.TheAsyncUncaughtExceptionHandlerinstance to be used when an exception is thrown during an asynchronous method execution withvoidreturn type. 
- 
Constructor Details
- 
AsyncConfigurerSupport
public AsyncConfigurerSupport()Deprecated. 
 - 
 - 
Method Details
- 
getAsyncExecutor
Deprecated.Description copied from interface:AsyncConfigurerTheExecutorinstance to be used when processing async method invocations.- Specified by:
 getAsyncExecutorin interfaceAsyncConfigurer
 - 
getAsyncUncaughtExceptionHandler
Deprecated.Description copied from interface:AsyncConfigurerTheAsyncUncaughtExceptionHandlerinstance to be used when an exception is thrown during an asynchronous method execution withvoidreturn type.- Specified by:
 getAsyncUncaughtExceptionHandlerin interfaceAsyncConfigurer
 
 - 
 
AsyncConfigurerdirectly