Interface LoadBalancerClientRequestTransformer


@Order(0) public interface LoadBalancerClientRequestTransformer
Allows applications to transform the load-balanced ClientRequest given the chosen ServiceInstance.
Author:
Toshiaki Maki
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.reactive.function.client.ClientRequest
    transformRequest(org.springframework.web.reactive.function.client.ClientRequest request, ServiceInstance instance)