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.
@FunctionalInterface
@Deprecated(since="3.3.0",
forRemoval=true)
public interface ZipkinRestTemplateBuilderCustomizer
Deprecated, for removal: This API element is subject to removal in a future version.
Callback interface that can be implemented by beans wishing to customize the
RestTemplateBuilder
used to send spans to Zipkin.- Since:
- 3.0.0
- Author:
- Marcin Grzejszczak
-
Method Summary
Modifier and TypeMethodDescriptioncustomize
(RestTemplateBuilder restTemplateBuilder) Deprecated, for removal: This API element is subject to removal in a future version.Customize the rest template builder.
-
Method Details
-
customize
Deprecated, for removal: This API element is subject to removal in a future version.Customize the rest template builder.- Parameters:
restTemplateBuilder
- theRestTemplateBuilder
to customize- Returns:
- the customized
RestTemplateBuilder
-
ZipkinHttpClientBuilderCustomizer