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 |
|---|---|
Flux<List<ServiceInstance>> |
get() |
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 Flux<List<ServiceInstance>> get(Request request)
public Flux<List<ServiceInstance>> get()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.