Uses of Class
org.kiwiproject.registry.eureka.common.EurekaInstance
-
Packages that use EurekaInstance Package Description org.kiwiproject.registry.eureka.common -
-
Uses of EurekaInstance in org.kiwiproject.registry.eureka.common
Methods in org.kiwiproject.registry.eureka.common that return EurekaInstance Modifier and Type Method Description static EurekaInstanceEurekaInstance. fromServiceInstance(ServiceInstance serviceInstance)static EurekaInstanceEurekaResponseParser. parseEurekaInstanceResponse(Map<String,Object> eurekaResponse)Methods in org.kiwiproject.registry.eureka.common that return types with arguments of type EurekaInstance Modifier and Type Method Description static List<EurekaInstance>EurekaResponseParser. parseEurekaApplicationsResponse(Map<String,Object> eurekaResponse)Methods in org.kiwiproject.registry.eureka.common with parameters of type EurekaInstance Modifier and Type Method Description javax.ws.rs.core.ResponseEurekaRestClient. register(String eurekaUrl, String appId, EurekaInstance instanceToRegister)
-