Skip to content

Commit

Permalink
link policybuilder in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Jan 11, 2024
1 parent 2ff60cf commit f79f7fd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
* <p>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</p>
*
* <p>A best practice example to retry on gateway timeouts and similar problems</p>
* <p>A best practice example to retry on gateway timeouts and similar problems.</p>
*
* {@include.example example.ExamplesTest#retry()}
*
* <p>For more configuration options see {@link io.vrap.rmf.base.client.http.PolicyBuilder}</p>
*
* <h3 id=configure-http-client>Configure the underlying http client</h3>
*
* <p>The {@link com.commercetools.api.defaultconfig.ApiRootBuilder} has create methods which allow to pass a preconfigured HTTP client.</p>
Expand Down

0 comments on commit f79f7fd

Please sign in to comment.