Uses of Interface
org.kiwiproject.registry.client.RegistryClient
-
Packages that use RegistryClient Package Description org.kiwiproject.registry.client org.kiwiproject.registry.consul.client org.kiwiproject.registry.eureka.client -
-
Uses of RegistryClient in org.kiwiproject.registry.client
Classes in org.kiwiproject.registry.client that implement RegistryClient Modifier and Type Class Description classMultiRegistryClientARegistryClientthat finds services in more than one registry.classNoOpRegistryClientA "no-op" implementation ofRegistryClient.Methods in org.kiwiproject.registry.client with parameters of type RegistryClient Modifier and Type Method Description static MultiRegistryClientMultiRegistryClient. of(RegistryClient... registryClients)Factory method to create a new instance from the givenRegistryClients.Constructor parameters in org.kiwiproject.registry.client with type arguments of type RegistryClient Constructor Description MultiRegistryClient(List<RegistryClient> registryClients)Construct a new instance with the specfiedRegistryClients to use when performing service lookups. -
Uses of RegistryClient in org.kiwiproject.registry.consul.client
Classes in org.kiwiproject.registry.consul.client that implement RegistryClient Modifier and Type Class Description classConsulRegistryClient -
Uses of RegistryClient in org.kiwiproject.registry.eureka.client
Classes in org.kiwiproject.registry.eureka.client that implement RegistryClient Modifier and Type Class Description classEurekaRegistryClientRegistryClientimplementation for looking up services from Eureka registry server.
-