Class AsyncConfigurerSupport
java.lang.Object
org.springframework.scheduling.annotation.AsyncConfigurerSupport
- All Implemented Interfaces:
AsyncConfigurer
@Deprecated(since="6.0")
public class AsyncConfigurerSupport
extends Object
implements 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
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.TheExecutor
instance to be used when processing async method invocations.Deprecated.TheAsyncUncaughtExceptionHandler
instance to be used when an exception is thrown during an asynchronous method execution withvoid
return type.
-
Constructor Details
-
AsyncConfigurerSupport
public AsyncConfigurerSupport()Deprecated.
-
-
Method Details
-
getAsyncExecutor
Deprecated.Description copied from interface:AsyncConfigurer
TheExecutor
instance to be used when processing async method invocations.- Specified by:
getAsyncExecutor
in interfaceAsyncConfigurer
-
getAsyncUncaughtExceptionHandler
Deprecated.Description copied from interface:AsyncConfigurer
TheAsyncUncaughtExceptionHandler
instance to be used when an exception is thrown during an asynchronous method execution withvoid
return type.- Specified by:
getAsyncUncaughtExceptionHandler
in interfaceAsyncConfigurer
-
AsyncConfigurer
directly