Update outdated WebClientAdapter.createHttpServiceProxyFactory documentation
This commit is contained in:
@@ -521,8 +521,9 @@ responses performed through the client:
|
|||||||
.defaultStatusHandler(HttpStatusCode::isError, resp -> ...)
|
.defaultStatusHandler(HttpStatusCode::isError, resp -> ...)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
HttpServiceProxyFactory proxyFactory =
|
WebClientAdapter clientAdapter = WebClientAdapter.forClient(webClient);
|
||||||
WebClientAdapter.createHttpServiceProxyFactory(webClient);
|
HttpServiceProxyFactory factory = HttpServiceProxyFactory
|
||||||
|
.builder(clientAdapter).build();
|
||||||
----
|
----
|
||||||
|
|
||||||
For more details and options, such as suppressing error status codes, see the Javadoc of
|
For more details and options, such as suppressing error status codes, see the Javadoc of
|
||||||
|
|||||||
Reference in New Issue
Block a user