public class HintBasedServiceInstanceListSupplier extends DelegatingServiceInstanceListSupplier
ServiceInstanceListSupplier implementation that uses hints to filter service
instances provided by the delegate.delegate| Constructor and Description |
|---|
HintBasedServiceInstanceListSupplier(ServiceInstanceListSupplier delegate,
LoadBalancerProperties properties)
Deprecated.
|
HintBasedServiceInstanceListSupplier(ServiceInstanceListSupplier delegate,
ReactiveLoadBalancer.Factory<ServiceInstance> factory) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<List<ServiceInstance>> |
get() |
reactor.core.publisher.Flux<List<ServiceInstance>> |
get(Request request) |
afterPropertiesSet, destroy, getDelegate, getServiceIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilder@Deprecated public HintBasedServiceInstanceListSupplier(ServiceInstanceListSupplier delegate, LoadBalancerProperties properties)
HintBasedServiceInstanceListSupplier(ServiceInstanceListSupplier, ReactiveLoadBalancer.Factory)public HintBasedServiceInstanceListSupplier(ServiceInstanceListSupplier delegate, ReactiveLoadBalancer.Factory<ServiceInstance> factory)
public reactor.core.publisher.Flux<List<ServiceInstance>> get()
public reactor.core.publisher.Flux<List<ServiceInstance>> get(Request request)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.