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 80a6a5a commit 06ee23bCopy full SHA for 06ee23b
http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/AwsCrtAsyncHttpClient.java
@@ -352,6 +352,9 @@ public interface Builder extends SdkAsyncHttpClient.Builder<AwsCrtAsyncHttpClien
352
* of time ({@link ConnectionHealthConfiguration#minimumThroughputTimeout()}),
353
* then the connection is considered unhealthy and will be shut down.
354
*
355
+ * <p>
356
+ * By default, monitoring options are disabled. You can enable {@code healthChecks} by providing this configuration
357
+ * and specifying the options for monitoring for the connection manager.
358
* @param healthChecksConfiguration The health checks config to use
359
* @return The builder of the method chaining.
360
*/
0 commit comments