Uses of Interface
org.springframework.cloud.client.discovery.DiscoveryClient
Packages that use DiscoveryClient
Package
Description
-
Uses of DiscoveryClient in org.springframework.cloud.client
Method parameters in org.springframework.cloud.client with type arguments of type DiscoveryClientModifier and TypeMethodDescriptionCommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration.discoveryClientHealthIndicator(org.springframework.beans.factory.ObjectProvider<DiscoveryClient> discoveryClient, DiscoveryClientHealthIndicatorProperties properties) -
Uses of DiscoveryClient in org.springframework.cloud.client.discovery.composite
Classes in org.springframework.cloud.client.discovery.composite that implement DiscoveryClientModifier and TypeClassDescriptionclassADiscoveryClientthat is composed of other discovery clients and delegates calls to each of them in order.Methods in org.springframework.cloud.client.discovery.composite that return types with arguments of type DiscoveryClientMethod parameters in org.springframework.cloud.client.discovery.composite with type arguments of type DiscoveryClientModifier and TypeMethodDescriptionCompositeDiscoveryClientAutoConfiguration.compositeDiscoveryClient(List<DiscoveryClient> discoveryClients) Constructor parameters in org.springframework.cloud.client.discovery.composite with type arguments of type DiscoveryClient -
Uses of DiscoveryClient in org.springframework.cloud.client.discovery.health
Constructor parameters in org.springframework.cloud.client.discovery.health with type arguments of type DiscoveryClientModifierConstructorDescriptionDiscoveryClientHealthIndicator(org.springframework.beans.factory.ObjectProvider<DiscoveryClient> discoveryClient, DiscoveryClientHealthIndicatorProperties properties) -
Uses of DiscoveryClient in org.springframework.cloud.client.discovery.simple
Classes in org.springframework.cloud.client.discovery.simple that implement DiscoveryClientModifier and TypeClassDescriptionclassADiscoveryClientthat will use the properties file as a source of service instances.Methods in org.springframework.cloud.client.discovery.simple that return DiscoveryClientModifier and TypeMethodDescriptionSimpleDiscoveryClientAutoConfiguration.simpleDiscoveryClient(SimpleDiscoveryProperties properties) -
Uses of DiscoveryClient in org.springframework.cloud.client.hypermedia
Constructors in org.springframework.cloud.client.hypermedia with parameters of type DiscoveryClientModifierConstructorDescriptionDynamicServiceInstanceProvider(DiscoveryClient client, String serviceName)