Interface RestTemplateCustomizer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      voidcustomize​(org.springframework.web.client.RestTemplate restTemplate)
      Callback to customize a RestTemplate instance.
    • Method Detail

      • customize

        void customize​(org.springframework.web.client.RestTemplate restTemplate)
        Callback to customize a RestTemplate instance.
        Parameters:
        restTemplate - the template to customize