Interface EurekaClientHttpRequestFactorySupplier.RequestConfigCustomizer

Enclosing interface:
EurekaClientHttpRequestFactorySupplier
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 static interface EurekaClientHttpRequestFactorySupplier.RequestConfigCustomizer
Allows customising the RequestConfig of the underlying Apache HC5 instance.
Since:
4.2.1
Author:
Olga Maciaszek-Sharma
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.apache.hc.client5.http.config.RequestConfig.Builder builder)
     
  • Method Details

    • customize

      void customize(org.apache.hc.client5.http.config.RequestConfig.Builder builder)