Uses of Class
org.kiwiproject.registry.client.RegistryClient.InstanceQuery
-
Packages that use RegistryClient.InstanceQuery Package Description org.kiwiproject.registry.client org.kiwiproject.registry.consul.client org.kiwiproject.registry.eureka.client -
-
Uses of RegistryClient.InstanceQuery in org.kiwiproject.registry.client
Methods in org.kiwiproject.registry.client with parameters of type RegistryClient.InstanceQuery Modifier and Type Method Description static List<ServiceInstance>ServiceInstanceFilter. filterInstancesByVersion(List<ServiceInstance> serviceInstances, RegistryClient.InstanceQuery query)Filter the given service instances using thequery, by minimum and/or preferred versions if specified.List<ServiceInstance>RegistryClient. findAllServiceInstancesBy(RegistryClient.InstanceQuery query)Attempts to find all service instances from the givenRegistryClient.InstanceQuery.default Optional<ServiceInstance>RegistryClient. findServiceInstanceBy(RegistryClient.InstanceQuery query)Attempts to find a service instance from the givenRegistryClient.InstanceQuery. -
Uses of RegistryClient.InstanceQuery in org.kiwiproject.registry.consul.client
Methods in org.kiwiproject.registry.consul.client with parameters of type RegistryClient.InstanceQuery Modifier and Type Method Description List<ServiceInstance>ConsulRegistryClient. findAllServiceInstancesBy(RegistryClient.InstanceQuery query) -
Uses of RegistryClient.InstanceQuery in org.kiwiproject.registry.eureka.client
Methods in org.kiwiproject.registry.eureka.client with parameters of type RegistryClient.InstanceQuery Modifier and Type Method Description List<ServiceInstance>EurekaRegistryClient. findAllServiceInstancesBy(RegistryClient.InstanceQuery query)
-