public class RetryAwareServiceInstanceListSupplier extends DelegatingServiceInstanceListSupplier
ServiceInstanceListSupplier implementation that avoids picking the same
service instance while retrying requests.delegate| Constructor and Description |
|---|
RetryAwareServiceInstanceListSupplier(ServiceInstanceListSupplier delegate) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<List<ServiceInstance>> |
get() |
reactor.core.publisher.Flux<List<ServiceInstance>> |
get(Request request) |
String |
getServiceId() |
afterPropertiesSet, destroy, getDelegateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderpublic RetryAwareServiceInstanceListSupplier(ServiceInstanceListSupplier delegate)
public String getServiceId()
getServiceId in interface ServiceInstanceListSuppliergetServiceId in class DelegatingServiceInstanceListSupplierpublic reactor.core.publisher.Flux<List<ServiceInstance>> get(Request request)
public reactor.core.publisher.Flux<List<ServiceInstance>> get()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.