public interface DiscoveryClient
| Modifier and Type | Method and Description |
|---|---|
String |
description()
A human readable description of the implementation, used in HealthIndicator
|
List<ServiceInstance> |
getInstances(String serviceId)
Get all ServiceInstances associated with a particular serviceId
|
ServiceInstance |
getLocalServiceInstance() |
List<String> |
getServices() |
String description()
ServiceInstance getLocalServiceInstance()
List<ServiceInstance> getInstances(String serviceId)
serviceId - the serviceId to queryCopyright © 2017 Pivotal Software, Inc.. All rights reserved.