Modifier and Type | Method and Description |
---|---|
DiscoveryClientHealthIndicator |
CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration.discoveryClientHealthIndicator(org.springframework.beans.factory.ObjectProvider<DiscoveryClient> discoveryClient,
DiscoveryClientHealthIndicatorProperties properties) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeDiscoveryClient
A
DiscoveryClient that is composed of other discovery clients and delegates
calls to each of them in order. |
Modifier and Type | Method and Description |
---|---|
List<DiscoveryClient> |
CompositeDiscoveryClient.getDiscoveryClients() |
Modifier and Type | Method and Description |
---|---|
CompositeDiscoveryClient |
CompositeDiscoveryClientAutoConfiguration.compositeDiscoveryClient(List<DiscoveryClient> discoveryClients) |
Constructor and Description |
---|
CompositeDiscoveryClient(List<DiscoveryClient> discoveryClients) |
Constructor and Description |
---|
DiscoveryClientHealthIndicator(org.springframework.beans.factory.ObjectProvider<DiscoveryClient> discoveryClient,
DiscoveryClientHealthIndicatorProperties properties) |
Modifier and Type | Class and Description |
---|---|
class |
NoopDiscoveryClient
Deprecated.
Use
instead . |
Modifier and Type | Method and Description |
---|---|
DiscoveryClient |
NoopDiscoveryClientAutoConfiguration.discoveryClient()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDiscoveryClient
A
DiscoveryClient that will use the
properties file as a source of service instances. |
Modifier and Type | Method and Description |
---|---|
DiscoveryClient |
SimpleDiscoveryClientAutoConfiguration.simpleDiscoveryClient() |
Constructor and Description |
---|
DynamicServiceInstanceProvider(DiscoveryClient client,
String serviceName) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.