T - - type of the responsepublic interface ReactorLoadBalancer<T> extends ReactiveLoadBalancer<T>
ReactiveLoadBalancer.ReactiveLoadBalancer.Factory<T>REQUEST| Modifier and Type | Method and Description |
|---|---|
default Mono<Response<T>> |
choose() |
Mono<Response<T>> |
choose(Request request)
Choose the next server based on the load balancing algorithm.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.