Uses of Class
org.kiwiproject.registry.client.RegistryClient.InstanceQuery
Packages that use RegistryClient.InstanceQuery
Package
Description
-
Uses of RegistryClient.InstanceQuery in org.kiwiproject.registry.client
Methods in org.kiwiproject.registry.client that return RegistryClient.InstanceQueryMethods in org.kiwiproject.registry.client with parameters of type RegistryClient.InstanceQueryModifier and TypeMethodDescriptionstatic 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.MultiRegistryClient.findAllServiceInstancesBy(RegistryClient.InstanceQuery query) Attempts to find all service instances from the givenRegistryClient.InstanceQuery.NoOpRegistryClient.findAllServiceInstancesBy(RegistryClient.InstanceQuery query) Always returns an empty, unmodifiable list.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.InstanceQueryModifier and TypeMethodDescriptionConsulRegistryClient.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.InstanceQueryModifier and TypeMethodDescriptionEurekaRegistryClient.findAllServiceInstancesBy(RegistryClient.InstanceQuery query)