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 f50b472 commit 91c6facCopy full SHA for 91c6fac
framework-docs/src/docs/asciidoc/integration.adoc
@@ -521,8 +521,9 @@ responses performed through the client:
521
.defaultStatusHandler(HttpStatusCode::isError, resp -> ...)
522
.build();
523
524
- HttpServiceProxyFactory proxyFactory =
525
- WebClientAdapter.createHttpServiceProxyFactory(webClient);
+ WebClientAdapter clientAdapter = WebClientAdapter.forClient(webClient);
+ HttpServiceProxyFactory factory = HttpServiceProxyFactory
526
+ .builder(clientAdapter).build();
527
----
528
529
For more details and options, such as suppressing error status codes, see the Javadoc of
0 commit comments