We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f67049 commit 00ec656Copy full SHA for 00ec656
databricks-sdk-java/src/main/java/com/databricks/sdk/core/commons/CommonsHttpClient.java
@@ -101,6 +101,8 @@ public Builder withConnectionManager(PoolingHttpClientConnectionManager connecti
101
/**
102
* @param requestRetryHandler the HttpRequestRetryHandler to use for the HttpClient.
103
* @return This builder.
104
+ * <p><b>Note:</b> This API is experimental and may change or be removed in future releases
105
+ * without notice.
106
*/
107
public Builder withRequestRetryHandler(HttpRequestRetryHandler requestRetryHandler) {
108
this.requestRetryHandler = requestRetryHandler;
0 commit comments