Package com.alibaba.nacos.mcpregistry
Class NacosMcpRegistryStartUp
java.lang.Object
com.alibaba.nacos.core.listener.startup.AbstractNacosStartUp
com.alibaba.nacos.mcpregistry.NacosMcpRegistryStartUp
- All Implemented Interfaces:
com.alibaba.nacos.core.listener.startup.NacosStartUp
public class NacosMcpRegistryStartUp
extends com.alibaba.nacos.core.listener.startup.AbstractNacosStartUp
NacosMcpRegistryStartUp.
- Author:
- xinluo
-
Field Summary
Fields inherited from interface com.alibaba.nacos.core.listener.startup.NacosStartUp
CONSOLE_START_UP_PHASE, CORE_START_UP_PHASE, MCP_REGISTRY_START_UP_PHASE, WEB_START_UP_PHASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringGet phase name in starting info.voidlogStarted(org.slf4j.Logger logger) Log started info for current Nacos Server.Methods inherited from class com.alibaba.nacos.core.listener.startup.AbstractNacosStartUp
failed, getStartTimestamp, logStartingInfo, started, starting, startUpPhaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.alibaba.nacos.core.listener.startup.NacosStartUp
customEnvironment, initSystemProperty, injectEnvironment, loadPreProperties, makeWorkDir
-
Constructor Details
-
NacosMcpRegistryStartUp
public NacosMcpRegistryStartUp()
-
-
Method Details
-
getPhaseNameInStartingInfo
Get phase name in starting info.- Specified by:
getPhaseNameInStartingInfoin classcom.alibaba.nacos.core.listener.startup.AbstractNacosStartUp- Returns:
- phase name
-
logStarted
public void logStarted(org.slf4j.Logger logger) Log started info for current Nacos Server.- Parameters:
logger- logger for print info
-