| Package | Description |
|---|---|
| com.holonplatform.reactor.http.internal | |
| com.holonplatform.reactor.spring.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReactiveRequestDefinition
Default
ReactiveRestClient.ReactiveRequestDefinition implementation. |
| Modifier and Type | Method and Description |
|---|---|
ReactiveRestClient.ReactiveRequestDefinition |
AbstractReactiveRestClient.request() |
| Modifier and Type | Method and Description |
|---|---|
<T,R> reactor.core.publisher.Mono<ReactiveResponseEntity<T>> |
ReactiveInvoker.invoke(ReactiveRestClient.ReactiveRequestDefinition requestDefinition,
com.holonplatform.http.HttpMethod method,
com.holonplatform.http.rest.RequestEntity<R> requestEntity,
com.holonplatform.http.rest.ResponseType<T> responseType,
boolean onlySuccessfulStatusCode)
Invoke a request asynchronously using current given
request definition. |
| Modifier and Type | Method and Description |
|---|---|
<T,R> reactor.core.publisher.Mono<ReactiveResponseEntity<T>> |
WebClientReactiveRestClient.invoke(ReactiveRestClient.ReactiveRequestDefinition requestDefinition,
com.holonplatform.http.HttpMethod method,
com.holonplatform.http.rest.RequestEntity<R> requestEntity,
com.holonplatform.http.rest.ResponseType<T> responseType,
boolean onlySuccessfulStatusCode) |
Copyright © 2019 The Holon Platform. All rights reserved.