@FunctionalInterface public interface AutoConfigurationImportListener extends EventListener
spring.factories 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):
| Modifier and Type | Method and Description |
|---|---|
void |
onAutoConfigurationImportEvent(AutoConfigurationImportEvent event)
Handle an auto-configuration import event.
|
void onAutoConfigurationImportEvent(AutoConfigurationImportEvent event)
event - the event to respond to