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()
Deprecated.
use the
Registration bean instead |
List<String> |
getServices() |
String description()
@Deprecated ServiceInstance getLocalServiceInstance()
Registration bean insteadList<ServiceInstance> getInstances(String serviceId)
serviceId - the serviceId to queryCopyright © 2018 Pivotal Software, Inc.. All rights reserved.