Interface ClientHttpConnectorBuilderCustomizer<B extends ClientHttpConnectorBuilder<?>>

Type Parameters:
B - the builder type

public interface ClientHttpConnectorBuilderCustomizer<B extends ClientHttpConnectorBuilder<?>>
Customizer that can be used to modify the auto-configured ClientHttpConnectorBuilder when its type matches.
Since:
3.5.0
Author:
Phillip Webb
  • Method Summary

    Modifier and Type
    Method
    Description
    customize(B builder)
    Customize the given builder.
  • Method Details

    • customize

      B customize(B builder)
      Customize the given builder.
      Parameters:
      builder - the builder to customize
      Returns:
      the customized builder