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