| Interface | Description |
|---|---|
| ReactorLoadBalancer<T> |
A Reactor based implementation of
ReactiveLoadBalancer. |
| ReactorServiceInstanceLoadBalancer |
A marker interface for
ReactorLoadBalancer that allows selecting
ServiceInstance objects. |
| ServiceInstanceListSupplier |
A
Supplier of lists of ServiceInstance objects. |
| ServiceInstanceSupplier | Deprecated
Use
ServiceInstanceListSupplier instead. |
| Class | Description |
|---|---|
| CachingServiceInstanceListSupplier |
A
ServiceInstanceListSupplier implementation that tries retrieving
ServiceInstance objects from cache; if none found, retrieves instances using
DiscoveryClientServiceInstanceListSupplier. |
| CachingServiceInstanceSupplier | Deprecated
Use
CachingServiceInstanceListSupplier instead. |
| DiscoveryClientServiceInstanceListSupplier |
A discovery-client-based
ServiceInstanceListSupplier implementation. |
| DiscoveryClientServiceInstanceSupplier | Deprecated
Use
DiscoveryClientServiceInstanceListSupplier instead. |
| NoopServiceInstanceListSupplier |
A no-op implementation of
ServiceInstanceListSupplier. |
| NoopServiceInstanceSupplier | Deprecated
Use
NoopServiceInstanceListSupplier instead. |
| RoundRobinLoadBalancer |
A Round-Robin-based implementation of
ReactorServiceInstanceLoadBalancer. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.