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.

@FunctionalInterface public interface ZipkinHttpClientBuilderCustomizer
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 Type
    Method
    Description
    void
    Customize the http client builder.
  • Method Details

    • customize

      void customize(HttpClient.Builder httpClient)
      Customize the http client builder.
      Parameters:
      httpClient - the http client builder to customize