类 NacosServiceRegistry

java.lang.Object
com.alibaba.cloud.nacos.registry.NacosServiceRegistry
所有已实现的接口:
org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.client.serviceregistry.Registration>

public class NacosServiceRegistry extends Object implements org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.client.serviceregistry.Registration>
作者:
xiaojing, Mercy, eshun, JAY
  • 构造器详细资料

  • 方法详细资料

    • register

      public void register(org.springframework.cloud.client.serviceregistry.Registration registration)
      指定者:
      register 在接口中 org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.client.serviceregistry.Registration>
    • deregister

      public void deregister(org.springframework.cloud.client.serviceregistry.Registration registration)
      指定者:
      deregister 在接口中 org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.client.serviceregistry.Registration>
    • close

      public void close()
      指定者:
      close 在接口中 org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.client.serviceregistry.Registration>
    • setStatus

      public void setStatus(org.springframework.cloud.client.serviceregistry.Registration registration, String status)
      指定者:
      setStatus 在接口中 org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.client.serviceregistry.Registration>
    • getStatus

      public Object getStatus(org.springframework.cloud.client.serviceregistry.Registration registration)
      指定者:
      getStatus 在接口中 org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.client.serviceregistry.Registration>