Interface ZipkinRestTemplateBuilderCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be implemented by beans wishing to customize the
RestTemplateBuilder used to send spans to Zipkin.- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.web.client.RestTemplateBuildercustomize(org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder) Customize the rest template builder.
-
Method Details
-
customize
org.springframework.boot.web.client.RestTemplateBuilder customize(org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder) Customize the rest template builder.- Parameters:
restTemplateBuilder- theRestTemplateBuilderto customize- Returns:
- the customized
RestTemplateBuilder
-