接口 AutoConfigurationImportListener
- 所有超级接口:
EventListener
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
Listener that can be registered with
today-strategies.properties to receive details of
imported auto-configurations.
An AutoConfigurationImportListener may implement any of the following
Aware interfaces, and their respective
methods will be called prior to
onAutoConfigurationImportEvent(AutoConfigurationImportEvent):
- 从以下版本开始:
- 4.0 2022/3/5 23:23
- 作者:
- Phillip Webb, Harry Yang
-
方法概要
修饰符和类型方法说明voidHandle an auto-configuration import event.
-
方法详细资料
-
onAutoConfigurationImportEvent
Handle an auto-configuration import event.- 参数:
event- the event to respond to
-