接口 ClientHttpRequestFactoryBuilderCustomizer<B extends ClientHttpRequestFactoryBuilder<?>>

类型参数:
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.
从以下版本开始:
3.5.0
作者:
Phillip Webb
  • 方法概要

    修饰符和类型
    方法
    说明
    customize(B builder)
    Customize the given builder.
  • 方法详细资料

    • customize

      B customize(B builder)
      Customize the given builder.
      参数:
      builder - the builder to customize
      返回:
      the customized builder