| Modifier and Type | Method and Description |
|---|---|
DiscoveryClientHealthIndicator |
CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration.discoveryClientHealthIndicator(DiscoveryClient discoveryClient,
DiscoveryClientHealthIndicatorProperties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeDiscoveryClient
A
DiscoveryClient composed of other Discovery Client's and will delegate the
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(DiscoveryClient discoveryClient)
Deprecated.
|
DiscoveryClientHealthIndicator(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 © 2018 Pivotal Software, Inc.. All rights reserved.