public interface SpringReactiveRestClient extends ReactiveRestClient
ReactiveRestClient using Spring WebClient to perform invocations.ReactiveRestClient.ReactiveInvocation, ReactiveRestClient.ReactiveRequestDefinitioncom.holonplatform.http.rest.RestClientOperations.InvocationOperations<RE,RP,RS,RL,RU>, com.holonplatform.http.rest.RestClientOperations.RequestConfiguration<R extends com.holonplatform.http.rest.RestClientOperations.RequestConfiguration<R>>| Modifier and Type | Method and Description |
|---|---|
static ReactiveRestClient |
create(org.springframework.web.reactive.function.client.WebClient webClient)
Create a
ReactiveRestClient using given webClient. |
org.springframework.web.reactive.function.client.WebClient |
getClient()
Get the
WebClient bound to this RestClient. |
org.springframework.web.reactive.function.client.WebClient getClient()
WebClient bound to this RestClient.WebClient referencestatic ReactiveRestClient create(org.springframework.web.reactive.function.client.WebClient webClient)
ReactiveRestClient using given webClient.webClient - WebClient to use to perform invocations (not null)ReactiveRestClient instanceCopyright © 2019 The Holon Platform. All rights reserved.