Interface ZipkinWebClientBuilderCustomizer

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 ZipkinWebClientBuilderCustomizer
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.3.0 for removal in 3.5.0 in favor of ZipkinHttpClientBuilderCustomizer
Callback interface that can be implemented by beans wishing to customize the WebClient.Builder used to send spans to Zipkin.
Since:
3.0.0
Author:
Marcin Grzejszczak
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(WebClient.Builder webClientBuilder)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Customize the web client builder.
  • Method Details

    • customize

      void customize(WebClient.Builder webClientBuilder)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Customize the web client builder.
      Parameters:
      webClientBuilder - the WebClient.Builder to customize