类 WebClientAdapter

java.lang.Object
cn.taketoday.web.service.invoker.AbstractReactorHttpExchangeAdapter
cn.taketoday.web.reactive.function.client.support.WebClientAdapter
所有已实现的接口:
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.

从以下版本开始:
4.0
作者:
Rossen Stoyanchev, Harry Yang
  • 字段详细资料

    • webClient

      private final WebClient webClient
  • 构造器详细资料

    • WebClientAdapter

      private WebClientAdapter(WebClient webClient)
      Package private constructor. See static factory methods.
  • 方法详细资料