withHttpClientCustomizer
open fun withHttpClientCustomizer(httpClientCustomizer: UnaryOperator<HttpClient>): ReactorClientHttpRequestFactoryBuilder
Return a new ReactorClientHttpRequestFactoryBuilder that applies additional customization to the underlying HttpClient.
Return
a new ReactorClientHttpRequestFactoryBuilder instance
Parameters
httpClientCustomizer
the customizer to apply