| Package | Description |
|---|---|
| org.springframework.cloud.loadbalancer.core |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingServiceInstanceListSupplier
A
ServiceInstanceListSupplier implementation that tries retrieving
ServiceInstance objects from cache; if none found, retrieves instances using
DiscoveryClientServiceInstanceListSupplier. |
class |
HealthCheckServiceInstanceListSupplier
A
ServiceInstanceListSupplier implementation that verifies whether the
instances are alive and only returns the healthy one, unless there are none. |
class |
ZonePreferenceServiceInstanceListSupplier
An implementation of
ServiceInstanceListSupplier that filters instances
retrieved by the delegate by zone. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.