Skip to content

Commit

Permalink
Add experimental note
Browse files Browse the repository at this point in the history
  • Loading branch information
avijeet95 committed Oct 21, 2024
1 parent 3f67049 commit 00ec656
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ public Builder withConnectionManager(PoolingHttpClientConnectionManager connecti
/**
* @param requestRetryHandler the HttpRequestRetryHandler to use for the HttpClient.
* @return This builder.
* <p><b>Note:</b> This API is experimental and may change or be removed in future releases
* without notice.
*/
public Builder withRequestRetryHandler(HttpRequestRetryHandler requestRetryHandler) {
this.requestRetryHandler = requestRetryHandler;
Expand Down

0 comments on commit 00ec656

Please sign in to comment.