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
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.netty.http.client.HttpClient
    configure(reactor.netty.http.client.HttpClient httpClient)
    Configure the given HttpClient and return the newly created instance.
  • Method Details

    • configure

      reactor.netty.http.client.HttpClient configure(reactor.netty.http.client.HttpClient httpClient)
      Configure the given HttpClient and return the newly created instance.
      Parameters:
      httpClient - the client to configure
      Returns:
      the new client instance