java.lang.Object
org.springframework.web.reactive.function.client.support.WebClientAdapter
All Implemented Interfaces:
HttpClientAdapter

public final class WebClientAdapter extends Object implements HttpClientAdapter
HttpClientAdapter that enables an HttpServiceProxyFactory to use WebClient for request execution.

Use static factory methods in this class to create an HttpServiceProxyFactory configured with a given WebClient.

Since:
6.0
Author:
Rossen Stoyanchev