Interface ZipkinHttpClientBuilderCustomizer
- 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
HttpClient.Builder
used to send spans to Zipkin.- Since:
- 3.3.0
- Author:
- Moritz Halbritter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(HttpClient.Builder httpClient) Customize the http client builder.
-
Method Details
-
customize
Customize the http client builder.- Parameters:
httpClient
- the http client builder to customize
-