| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceListSupplier |
LoadBalancerClientConfiguration.ReactiveSupportConfiguration.discoveryClientServiceInstanceListSupplier(org.springframework.context.ConfigurableApplicationContext context) |
ServiceInstanceListSupplier |
LoadBalancerClientConfiguration.BlockingSupportConfiguration.discoveryClientServiceInstanceListSupplier(org.springframework.context.ConfigurableApplicationContext context) |
ServiceInstanceListSupplier |
LoadBalancerClientConfiguration.ReactiveSupportConfiguration.healthCheckDiscoveryClientServiceInstanceListSupplier(org.springframework.context.ConfigurableApplicationContext context) |
ServiceInstanceListSupplier |
LoadBalancerClientConfiguration.BlockingSupportConfiguration.healthCheckDiscoveryClientServiceInstanceListSupplier(org.springframework.context.ConfigurableApplicationContext context) |
ServiceInstanceListSupplier |
LoadBalancerClientConfiguration.ReactiveSupportConfiguration.zonePreferenceDiscoveryClientServiceInstanceListSupplier(org.springframework.context.ConfigurableApplicationContext context) |
ServiceInstanceListSupplier |
LoadBalancerClientConfiguration.BlockingSupportConfiguration.zonePreferenceDiscoveryClientServiceInstanceListSupplier(org.springframework.context.ConfigurableApplicationContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected ServiceInstanceListSupplier |
DelegatingServiceInstanceListSupplier.delegate |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceListSupplier |
ServiceInstanceListSupplierBuilder.build(org.springframework.context.ConfigurableApplicationContext context)
Builds the
ServiceInstanceListSupplier hierarchy. |
ServiceInstanceListSupplier |
DelegatingServiceInstanceListSupplier.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceListSupplierBuilder |
ServiceInstanceListSupplierBuilder.withBase(ServiceInstanceListSupplier supplier)
Sets a user-provided
ServiceInstanceListSupplier as a base
ServiceInstanceListSupplier in the hierarchy. |
| Constructor and Description |
|---|
CachingServiceInstanceListSupplier(ServiceInstanceListSupplier delegate,
org.springframework.cache.CacheManager cacheManager) |
DelegatingServiceInstanceListSupplier(ServiceInstanceListSupplier delegate) |
HealthCheckServiceInstanceListSupplier(ServiceInstanceListSupplier delegate,
LoadBalancerProperties.HealthCheck healthCheck,
org.springframework.web.reactive.function.client.WebClient webClient) |
ZonePreferenceServiceInstanceListSupplier(ServiceInstanceListSupplier delegate,
LoadBalancerZoneConfig zoneConfig) |
| Constructor and Description |
|---|
RoundRobinLoadBalancer(org.springframework.beans.factory.ObjectProvider<ServiceInstanceListSupplier> serviceInstanceListSupplierProvider,
String serviceId) |
RoundRobinLoadBalancer(org.springframework.beans.factory.ObjectProvider<ServiceInstanceListSupplier> serviceInstanceListSupplierProvider,
String serviceId,
int seedPosition) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceListSupplier |
ServiceInstanceListSuppliers.from(String serviceId,
ServiceInstance... instances) |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.ObjectProvider<ServiceInstanceListSupplier> |
ServiceInstanceListSuppliers.toProvider(String serviceId,
ServiceInstance... instances) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.