java.lang.Object
org.springframework.web.service.invoker.AbstractReactorHttpExchangeAdapter
org.springframework.web.reactive.function.client.support.WebClientAdapter
All Implemented Interfaces:
HttpClientAdapter, HttpExchangeAdapter, ReactorHttpExchangeAdapter

public final class WebClientAdapter extends AbstractReactorHttpExchangeAdapter
ReactorHttpExchangeAdapter 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