Interface ReactorLoadBalancer<T>

    • Method Detail

      • choose

        reactor.core.publisher.Mono<Response<T>> choose​(Request request)
        Choose the next server based on the load balancing algorithm.
        Specified by:
        choose in interface ReactiveLoadBalancer<T>
        Parameters:
        request - - an input request
        Returns:
        - mono of response