From f79f7fdcdb0dd97b46d89283a92e5486eac77fdb Mon Sep 17 00:00:00 2001 From: Jens Schulze Date: Thu, 11 Jan 2024 21:49:27 +0100 Subject: [PATCH] link policybuilder in docs --- .../main/java/com/commercetools/docs/meta/ClientTuning.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commercetools/internal-docs/src/main/java/com/commercetools/docs/meta/ClientTuning.java b/commercetools/internal-docs/src/main/java/com/commercetools/docs/meta/ClientTuning.java index 087c524d35e..9006cac907f 100644 --- a/commercetools/internal-docs/src/main/java/com/commercetools/docs/meta/ClientTuning.java +++ b/commercetools/internal-docs/src/main/java/com/commercetools/docs/meta/ClientTuning.java @@ -20,10 +20,12 @@ *

The {@link io.vrap.rmf.base.client.http.PolicyMiddleware} configures a client to handle failures like gateway timeouts * and version conflicts through retrying the request. Limiting the number of parallel requests or timeouts

* - *

A best practice example to retry on gateway timeouts and similar problems

+ *

A best practice example to retry on gateway timeouts and similar problems.

* * {@include.example example.ExamplesTest#retry()} * + *

For more configuration options see {@link io.vrap.rmf.base.client.http.PolicyBuilder}

+ * *

Configure the underlying http client

* *

The {@link com.commercetools.api.defaultconfig.ApiRootBuilder} has create methods which allow to pass a preconfigured HTTP client.