Uses of Class
org.kiwiproject.registry.model.ServiceInstance.Status
-
-
Uses of ServiceInstance.Status in org.kiwiproject.registry.consul.server
Methods in org.kiwiproject.registry.consul.server with parameters of type ServiceInstance.Status Modifier and Type Method Description ServiceInstanceConsulRegistryService. updateStatus(ServiceInstance.Status newStatus) -
Uses of ServiceInstance.Status in org.kiwiproject.registry.eureka.common
Methods in org.kiwiproject.registry.eureka.common with parameters of type ServiceInstance.Status Modifier and Type Method Description javax.ws.rs.core.ResponseEurekaRestClient. updateStatus(String eurekaUrl, String appId, String instanceId, ServiceInstance.Status newStatus) -
Uses of ServiceInstance.Status in org.kiwiproject.registry.eureka.server
Methods in org.kiwiproject.registry.eureka.server with parameters of type ServiceInstance.Status Modifier and Type Method Description ServiceInstanceEurekaRegistryService. updateStatus(ServiceInstance.Status newStatus) -
Uses of ServiceInstance.Status in org.kiwiproject.registry.model
Methods in org.kiwiproject.registry.model that return ServiceInstance.Status Modifier and Type Method Description static ServiceInstance.StatusServiceInstance.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceInstance.Status[]ServiceInstance.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceInstance.Status in org.kiwiproject.registry.server
Methods in org.kiwiproject.registry.server with parameters of type ServiceInstance.Status Modifier and Type Method Description ServiceInstanceNoopRegistryService. updateStatus(ServiceInstance.Status newStatus)ServiceInstanceRegistryService. updateStatus(ServiceInstance.Status newStatus)Sends an update to the registry server to inform of a service status change
-