Interface ZipkinRestTemplateCustomizer

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default org.springframework.web.client.RestTemplate customizeTemplate​(org.springframework.web.client.RestTemplate restTemplate)
      Customizes the RestTemplate instance.
    • Method Detail

      • customizeTemplate

        default org.springframework.web.client.RestTemplate customizeTemplate​(org.springframework.web.client.RestTemplate restTemplate)
        Customizes the RestTemplate instance. Might return a new one if necessary.
        Parameters:
        restTemplate - default object to customize
        Returns:
        customized RestTemplate or a new object
        Since:
        2.2.0