@Ignored public interface IApplicationInitializer
Modifier and Type | Method and Description |
---|---|
default void |
afterEventInit(IApplication application,
Events events)
当事件管理器初始化完毕后将调用此方法
|
default void |
beforeBeanFactoryInit(IApplication application,
IBeanFactory beanFactory)
当对象工厂执行初始化动作前将调用此方法
|
default void |
beforeBeanLoad(IApplication application,
IBeanLoader beanLoader)
当对象加载器开始执行加载动作前将调用此方法
|
default void |
beforeModuleManagerInit(IApplication application,
ModuleManager moduleManager)
当模块管理器执行初始化动作前将调用此方法
|
default void afterEventInit(IApplication application, Events events)
application
- 应用容器events
- 事件管理器default void beforeBeanLoad(IApplication application, IBeanLoader beanLoader)
application
- 应用容器beanLoader
- 对象加载器default void beforeModuleManagerInit(IApplication application, ModuleManager moduleManager)
application
- 应用容器moduleManager
- 模块管理器default void beforeBeanFactoryInit(IApplication application, IBeanFactory beanFactory)
application
- 应用容器beanFactory
- 对象工厂Copyright © 2022. All rights reserved.