Class RestClientAdapter

java.lang.Object
org.springframework.web.client.support.RestClientAdapter
All Implemented Interfaces:
HttpExchangeAdapter

public final class RestClientAdapter extends Object implements HttpExchangeAdapter
HttpExchangeAdapter that enables an HttpServiceProxyFactory to use RestClient for request execution.

Use static factory methods in this class to create an HttpServiceProxyFactory configured with the given RestClient.

Since:
6.1
Author:
Olga Maciaszek-Sharma, Rossen Stoyanchev