public static class EurekaDiscoveryClient.EurekaServiceInstance extends Object implements org.springframework.cloud.client.ServiceInstance
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
com.netflix.appinfo.InstanceInfo |
getInstanceInfo() |
Map<String,String> |
getMetadata() |
int |
getPort() |
String |
getServiceId() |
URI |
getUri() |
boolean |
isSecure() |
public com.netflix.appinfo.InstanceInfo getInstanceInfo()
public String getServiceId()
getServiceId
in interface org.springframework.cloud.client.ServiceInstance
public String getHost()
getHost
in interface org.springframework.cloud.client.ServiceInstance
public int getPort()
getPort
in interface org.springframework.cloud.client.ServiceInstance
public boolean isSecure()
isSecure
in interface org.springframework.cloud.client.ServiceInstance
public URI getUri()
getUri
in interface org.springframework.cloud.client.ServiceInstance
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.