类 AsyncConfigurationSelector

java.lang.Object
cn.taketoday.context.annotation.AdviceModeImportSelector<EnableAsync>
cn.taketoday.scheduling.annotation.AsyncConfigurationSelector
所有已实现的接口:
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.
从以下版本开始:
4.0
作者:
Chris Beams, Juergen Hoeller
另请参阅: