Uses of Interface
org.springframework.cloud.client.discovery.DiscoveryClient
-
-
Uses of DiscoveryClient in org.springframework.cloud.client
Method parameters in org.springframework.cloud.client with type arguments of type DiscoveryClient Modifier and Type Method Description DiscoveryClientHealthIndicatorCommonsClientAutoConfiguration.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 DiscoveryClient Modifier and Type Class Description classCompositeDiscoveryClientADiscoveryClientthat 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 DiscoveryClient Modifier and Type Method Description List<DiscoveryClient>CompositeDiscoveryClient. getDiscoveryClients()Method parameters in org.springframework.cloud.client.discovery.composite with type arguments of type DiscoveryClient Modifier and Type Method Description CompositeDiscoveryClientCompositeDiscoveryClientAutoConfiguration. compositeDiscoveryClient(List<DiscoveryClient> discoveryClients)Constructor parameters in org.springframework.cloud.client.discovery.composite with type arguments of type DiscoveryClient Constructor Description CompositeDiscoveryClient(List<DiscoveryClient> discoveryClients) -
Uses of DiscoveryClient in org.springframework.cloud.client.discovery.health
Constructor parameters in org.springframework.cloud.client.discovery.health with type arguments of type DiscoveryClient Constructor Description DiscoveryClientHealthIndicator(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 DiscoveryClient Modifier and Type Class Description classSimpleDiscoveryClientADiscoveryClientthat will use the properties file as a source of service instances.Methods in org.springframework.cloud.client.discovery.simple that return DiscoveryClient Modifier and Type Method Description DiscoveryClientSimpleDiscoveryClientAutoConfiguration. simpleDiscoveryClient(SimpleDiscoveryProperties properties) -
Uses of DiscoveryClient in org.springframework.cloud.client.hypermedia
Constructors in org.springframework.cloud.client.hypermedia with parameters of type DiscoveryClient Constructor Description DynamicServiceInstanceProvider(DiscoveryClient client, String serviceName)
-