Interface RestClientBuilderCustomizer


@Deprecated(forRemoval=true) public interface RestClientBuilderCustomizer
Deprecated, for removal: This API element is subject to removal in a future version.
to be removed in the next major release.
A customizer interface for RestClient.Builder. Used to set LoadBalancerInterceptor on the builder at the end of the singleton pre-instantiation phase.
Since:
4.1.1
Author:
Olga Maciaszek-Sharma
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.web.client.RestClient.Builder restClientBuilder)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • customize

      void customize(org.springframework.web.client.RestClient.Builder restClientBuilder)
      Deprecated, for removal: This API element is subject to removal in a future version.