Interface ReactorNettyHttpClientMapper

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Deprecated(since="3.5.0", forRemoval=true) public interface ReactorNettyHttpClientMapper
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.5.0 for removal in 4.0.0 in favor of ClientHttpConnectorBuilderCustomizer or declaring a pre-configured ClientHttpConnectorBuilder bean
Mapper that allows for custom modification of a HttpClient before it is used as the basis for a ReactorClientHttpConnector.
Since:
2.3.0
Author:
Brian Clozel, Phillip Webb