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
|
List<String> |
getServices() |
String description()
List<ServiceInstance> getInstances(String serviceId)
serviceId
- the serviceId to queryCopyright © 2018 Pivotal Software, Inc.. All rights reserved.