类 StartingApplicationListener
java.lang.Object
com.alibaba.nacos.core.listener.StartingApplicationListener
- 所有已实现的接口:
NacosApplicationListener
init environment config.
- 从以下版本开始:
- 0.5.0
- 作者:
- hxy1991
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcontextLoaded(org.springframework.context.ConfigurableApplicationContext context)voidcontextPrepared(org.springframework.context.ConfigurableApplicationContext context)voidenvironmentPrepared(org.springframework.core.env.ConfigurableEnvironment environment)voidvoidrunning(org.springframework.context.ConfigurableApplicationContext context)voidstarted(org.springframework.context.ConfigurableApplicationContext context)voidstarting()
-
构造器详细资料
-
StartingApplicationListener
public StartingApplicationListener()
-
-
方法详细资料
-
starting
public void starting()从接口复制的说明:NacosApplicationListener- 指定者:
starting在接口中NacosApplicationListener
-
environmentPrepared
public void environmentPrepared(org.springframework.core.env.ConfigurableEnvironment environment)从接口复制的说明:NacosApplicationListener- 指定者:
environmentPrepared在接口中NacosApplicationListener- 参数:
environment- environment
-
contextPrepared
public void contextPrepared(org.springframework.context.ConfigurableApplicationContext context)从接口复制的说明:NacosApplicationListener- 指定者:
contextPrepared在接口中NacosApplicationListener- 参数:
context- context
-
contextLoaded
public void contextLoaded(org.springframework.context.ConfigurableApplicationContext context)从接口复制的说明:NacosApplicationListener- 指定者:
contextLoaded在接口中NacosApplicationListener- 参数:
context- context
-
started
public void started(org.springframework.context.ConfigurableApplicationContext context)从接口复制的说明:NacosApplicationListener- 指定者:
started在接口中NacosApplicationListener- 参数:
context- context
-
running
public void running(org.springframework.context.ConfigurableApplicationContext context)从接口复制的说明:NacosApplicationListener- 指定者:
running在接口中NacosApplicationListener- 参数:
context- context
-
failed
public void failed(org.springframework.context.ConfigurableApplicationContext context, Throwable exception)从接口复制的说明:NacosApplicationListener- 指定者:
failed在接口中NacosApplicationListener- 参数:
context- contextexception- exception
-