| 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.BlockingSupportConfiguration.discoveryClientServiceInstanceSupplier(DiscoveryClient discoveryClient,
org.springframework.core.env.Environment env,
org.springframework.context.ApplicationContext context) |
ServiceInstanceSupplier |
LoadBalancerClientConfiguration.ReactiveSupportConfiguration.discoveryClientServiceInstanceSupplier(ReactiveDiscoveryClient discoveryClient,
org.springframework.core.env.Environment env,
org.springframework.context.ApplicationContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingServiceInstanceSupplier
Deprecated.
Use
CachingServiceInstanceListSupplier instead. |
class |
DiscoveryClientServiceInstanceSupplier
Deprecated.
Use
DiscoveryClientServiceInstanceListSupplier instead. |
class |
NoopServiceInstanceSupplier
Deprecated.
Use
NoopServiceInstanceListSupplier instead. |
| Constructor and Description |
|---|
CachingServiceInstanceSupplier(ServiceInstanceSupplier delegate,
org.springframework.cache.CacheManager cacheManager)
Deprecated.
|
| Constructor and Description |
|---|
RandomLoadBalancer(String serviceId,
org.springframework.beans.factory.ObjectProvider<ServiceInstanceSupplier> serviceInstanceSupplier)
Deprecated.
Use
RandomLoadBalancer(ObjectProvider, String)} instead. |
RoundRobinLoadBalancer(String serviceId,
org.springframework.beans.factory.ObjectProvider<ServiceInstanceSupplier> serviceInstanceSupplier)
Deprecated.
Use
RoundRobinLoadBalancer(ObjectProvider, String)} instead. |
RoundRobinLoadBalancer(String serviceId,
org.springframework.beans.factory.ObjectProvider<ServiceInstanceSupplier> serviceInstanceSupplier,
int seedPosition)
Deprecated.
Use
RoundRobinLoadBalancer(ObjectProvider, String, int)}
instead. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceSupplier |
ServiceInstanceSuppliers.from(String serviceId,
ServiceInstance... instances)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.ObjectProvider<ServiceInstanceSupplier> |
ServiceInstanceSuppliers.toProvider(String serviceId,
ServiceInstance... instances)
Deprecated.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.