public interface ReactiveLoadBalancer<T>
| Modifier and Type | Method and Description |
|---|---|
default org.reactivestreams.Publisher<Response<T>> |
choose() |
org.reactivestreams.Publisher<Response<T>> |
choose(Request request)
Choose the next server based on the load balancing algorithm
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.