Interface ClientHttpRequestFactoryBuilderCustomizer<B extends ClientHttpRequestFactoryBuilder<?>>

Type Parameters:
B - the builder type

public interface ClientHttpRequestFactoryBuilderCustomizer<B extends ClientHttpRequestFactoryBuilder<?>>
Customizer that can be used to modify the auto-configured ClientHttpRequestFactoryBuilder 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