Class SimpleDiscoveryClient
java.lang.Object
org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
- All Implemented Interfaces:
DiscoveryClient, org.springframework.core.Ordered
A
DiscoveryClient that will use the
properties file as a source of service instances.- Author:
- Biju Kunjummen, Olga Maciaszek-Sharma, Charu Covindane
-
Field Summary
Fields inherited from interface DiscoveryClient
DEFAULT_ORDERFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA human-readable description of the implementation, used in HealthIndicator.getInstances(String serviceId) Gets all ServiceInstances associated with a particular serviceId.intgetOrder()Default implementation for getting order of discovery clients.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DiscoveryClient
probe
-
Constructor Details
-
SimpleDiscoveryClient
-
-
Method Details
-
description
Description copied from interface:DiscoveryClientA human-readable description of the implementation, used in HealthIndicator.- Specified by:
descriptionin interfaceDiscoveryClient- Returns:
- The description.
-
getInstances
Description copied from interface:DiscoveryClientGets all ServiceInstances associated with a particular serviceId.- Specified by:
getInstancesin interfaceDiscoveryClient- Parameters:
serviceId- The serviceId to query.- Returns:
- A List of ServiceInstance.
-
getServices
- Specified by:
getServicesin interfaceDiscoveryClient- Returns:
- All known service IDs.
-
getOrder
public int getOrder()Description copied from interface:DiscoveryClientDefault implementation for getting order of discovery clients.- Specified by:
getOrderin interfaceDiscoveryClient- Specified by:
getOrderin interfaceorg.springframework.core.Ordered- Returns:
- order
-