Uses of Interface
org.kiwiproject.registry.client.RegistryClient
Packages that use RegistryClient
Package
Description
-
Uses of RegistryClient in org.kiwiproject.registry.client
Classes in org.kiwiproject.registry.client that implement RegistryClientModifier and TypeClassDescriptionclassARegistryClientthat finds services in more than one registry.classA "no-op" implementation ofRegistryClient.Methods in org.kiwiproject.registry.client with parameters of type RegistryClientModifier and TypeMethodDescriptionstatic 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 RegistryClientModifierConstructorDescriptionMultiRegistryClient(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 -
Uses of RegistryClient in org.kiwiproject.registry.eureka.client
Classes in org.kiwiproject.registry.eureka.client that implement RegistryClientModifier and TypeClassDescriptionclassRegistryClientimplementation for looking up services from Eureka registry server.