Class HttpRequestMaker


  • public class HttpRequestMaker
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpRequestMaker​(io.github.resilience4j.retry.RetryRegistry retryRegistry)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.http.HttpResponse<java.lang.String> makeHttpRequest​(java.util.function.Function<java.lang.String,​java.net.http.HttpResponse<java.lang.String>> httpRequest, java.lang.String url)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpRequestMaker

        public HttpRequestMaker​(io.github.resilience4j.retry.RetryRegistry retryRegistry)
    • Method Detail

      • makeHttpRequest

        public java.net.http.HttpResponse<java.lang.String> makeHttpRequest​(java.util.function.Function<java.lang.String,​java.net.http.HttpResponse<java.lang.String>> httpRequest,
                                                                            java.lang.String url)