withCustomizer

open fun withCustomizer(customizer: Consumer<HttpAsyncClientBuilder>): HttpComponentsHttpAsyncClientBuilder

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

Return

a new HttpComponentsHttpAsyncClientBuilder instance

Parameters

customizer

the customizer to apply