Class AsyncConfigurationSelector

java.lang.Object
org.springframework.context.annotation.AdviceModeImportSelector<EnableAsync>
org.springframework.scheduling.annotation.AsyncConfigurationSelector
All Implemented Interfaces:
ImportSelector

public class AsyncConfigurationSelector extends AdviceModeImportSelector<EnableAsync>
Selects which implementation of AbstractAsyncConfiguration should be used based on the value of EnableAsync.mode() on the importing @Configuration class.
Since:
3.1
Author:
Chris Beams, Juergen Hoeller
See Also: