public interface NacosApplicationListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
contextLoaded(org.springframework.context.ConfigurableApplicationContext context)
{ com.alibaba.nacos.core.code.SpringApplicationRunListener#contextLoaded}.
|
void |
contextPrepared(org.springframework.context.ConfigurableApplicationContext context)
{ com.alibaba.nacos.core.code.SpringApplicationRunListener#contextLoaded}.
|
void |
environmentPrepared(org.springframework.core.env.ConfigurableEnvironment environment)
{ com.alibaba.nacos.core.code.SpringApplicationRunListener#environmentPrepared}.
|
void |
failed(org.springframework.context.ConfigurableApplicationContext context,
java.lang.Throwable exception)
{ com.alibaba.nacos.core.code.SpringApplicationRunListener#failed}.
|
void |
running(org.springframework.context.ConfigurableApplicationContext context)
{ com.alibaba.nacos.core.code.SpringApplicationRunListener#running}.
|
void |
started(org.springframework.context.ConfigurableApplicationContext context)
{ com.alibaba.nacos.core.code.SpringApplicationRunListener#started}.
|
void |
starting()
{ SpringApplicationRunListener#starting}.
|
void starting()
void environmentPrepared(org.springframework.core.env.ConfigurableEnvironment environment)
environment - environmentvoid contextPrepared(org.springframework.context.ConfigurableApplicationContext context)
context - contextvoid contextLoaded(org.springframework.context.ConfigurableApplicationContext context)
context - contextvoid started(org.springframework.context.ConfigurableApplicationContext context)
context - contextvoid running(org.springframework.context.ConfigurableApplicationContext context)
context - contextvoid failed(org.springframework.context.ConfigurableApplicationContext context,
java.lang.Throwable exception)
context - contextexception - exceptionCopyright © 2018–2022 Alibaba Group. All rights reserved.