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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    Get phase name in starting info.
    void
    logStarted(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, startUpPhase

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.alibaba.nacos.core.listener.startup.NacosStartUp

    customEnvironment, initSystemProperty, injectEnvironment, loadPreProperties, makeWorkDir
  • Constructor Details

    • NacosMcpRegistryStartUp

      public NacosMcpRegistryStartUp()
  • Method Details

    • getPhaseNameInStartingInfo

      protected String getPhaseNameInStartingInfo()
      Get phase name in starting info.
      Specified by:
      getPhaseNameInStartingInfo in class com.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