接口的使用
cn.taketoday.web.service.invoker.ReactorHttpExchangeAdapter
程序包
说明
Classes supporting the
cn.taketoday.web.reactive.function.client package.Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
cn.taketoday.web.reactive.function.client.support中ReactorHttpExchangeAdapter的使用
修饰符和类型类说明final classReactorHttpExchangeAdapterthat enables anHttpServiceProxyFactoryto useWebClientfor request execution. -
cn.taketoday.web.service.invoker中ReactorHttpExchangeAdapter的使用
修饰符和类型类说明classConvenient base class for aReactorHttpExchangeAdapterimplementation adapting to the synchronousHttpExchangeAdaptercontract.修饰符和类型方法说明HttpServiceMethod.ReactorExchangeResponseFunction.create(ReactorHttpExchangeAdapter client, Method method) Create theResponseFunctionthat matches the method return type.private static Function<HttpRequestValues,org.reactivestreams.Publisher<?>> HttpServiceMethod.ReactorExchangeResponseFunction.initBodyFunction(ReactorHttpExchangeAdapter client, cn.taketoday.core.MethodParameter methodParam, cn.taketoday.core.ReactiveAdapter reactiveAdapter) private static Function<HttpRequestValues,org.reactivestreams.Publisher<?>> HttpServiceMethod.ReactorExchangeResponseFunction.initResponseEntityFunction(ReactorHttpExchangeAdapter client, cn.taketoday.core.MethodParameter methodParam, cn.taketoday.core.ReactiveAdapter reactiveAdapter)