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.
as of 6.0 in favor of implementing AsyncConfigurer directly
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