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 public interface ReactorNettyHttpClientMapper
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