| Package | Description |
|---|---|
| org.springframework.cloud.loadbalancer.annotation | |
| org.springframework.cloud.loadbalancer.core | |
| org.springframework.cloud.loadbalancer.support |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceSupplier |
LoadBalancerClientConfiguration.discoveryClientServiceInstanceSupplier(DiscoveryClient discoveryClient,
org.springframework.core.env.Environment env,
org.springframework.beans.factory.ObjectProvider<org.springframework.cache.CacheManager> cacheManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingServiceInstanceSupplier |
class |
DiscoveryClientServiceInstanceSupplier |
| Constructor and Description |
|---|
CachingServiceInstanceSupplier(ServiceInstanceSupplier delegate,
org.springframework.cache.CacheManager cacheManager) |
| Constructor and Description |
|---|
RoundRobinLoadBalancer(String serviceId,
org.springframework.beans.factory.ObjectProvider<ServiceInstanceSupplier> serviceInstanceSupplier) |
RoundRobinLoadBalancer(String serviceId,
org.springframework.beans.factory.ObjectProvider<ServiceInstanceSupplier> serviceInstanceSupplier,
int seedPosition) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceSupplier |
ServiceInstanceSuppliers.from(String serviceId,
ServiceInstance... instances) |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.ObjectProvider<ServiceInstanceSupplier> |
ServiceInstanceSuppliers.toProvider(String serviceId,
ServiceInstance... instances) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.