Class NacosDiscoveryClient
java.lang.Object
com.alibaba.cloud.nacos.discovery.NacosDiscoveryClient
- All Implemented Interfaces:
org.springframework.cloud.client.discovery.DiscoveryClient,org.springframework.core.Ordered
public class NacosDiscoveryClient
extends Object
implements org.springframework.cloud.client.discovery.DiscoveryClient
- Author:
- xiaojing, renhaojun, echooymxq, freeman
-
Field Summary
FieldsFields inherited from interface org.springframework.cloud.client.discovery.DiscoveryClient
DEFAULT_ORDERFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.cloud.client.ServiceInstance>getInstances(String serviceId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.cloud.client.discovery.DiscoveryClient
getOrder, probe
-
Field Details
-
DESCRIPTION
Nacos Discovery Client Description.- See Also:
-
-
Constructor Details
-
NacosDiscoveryClient
-
-
Method Details
-
description
- Specified by:
descriptionin interfaceorg.springframework.cloud.client.discovery.DiscoveryClient
-
getInstances
- Specified by:
getInstancesin interfaceorg.springframework.cloud.client.discovery.DiscoveryClient
-
getServices
- Specified by:
getServicesin interfaceorg.springframework.cloud.client.discovery.DiscoveryClient
-