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 ServiceInstance's associated with a particular serviceId
|
ServiceInstance |
getLocalServiceInstance() |
List<String> |
getServices() |
String description()
ServiceInstance getLocalServiceInstance()
List<ServiceInstance> getInstances(String serviceId)
serviceId
- the serviceId to queryCopyright © 2015 Pivotal Software, Inc.. All rights reserved.