withHttpClientCustomizer

open fun withHttpClientCustomizer(httpClientCustomizer: Consumer<HttpAsyncClientBuilder>): HttpComponentsClientHttpConnectorBuilder

Return a new HttpComponentsClientHttpConnectorBuilder that applies additional customization to the underlying HttpAsyncClientBuilder.

Return

a new HttpComponentsHttpAsyncClientBuilder instance

Parameters

httpClientCustomizer

the customizer to apply