Uses of Class
org.kiwiproject.registry.client.RegistryClient.InstanceQuery
-
Packages that use RegistryClient.InstanceQuery Package Description org.kiwiproject.registry.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 List<ServiceInstance>RegistryClient. findAllServiceInstancesBy(RegistryClient.InstanceQuery query)Attempts to find all service instances from the givenRegistryClient.InstanceQuery.Optional<ServiceInstance>RegistryClient. findServiceInstanceBy(RegistryClient.InstanceQuery query)Attempts to find a service instance from the givenRegistryClient.InstanceQuery.
-