| Package | Description |
|---|---|
| com.holonplatform.async.http.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncRequestDefinition
Default
AsyncRestClient.AsyncRequestDefinition implementation. |
| Modifier and Type | Method and Description |
|---|---|
AsyncRestClient.AsyncRequestDefinition |
AbstractAsyncRestClient.request() |
| Modifier and Type | Method and Description |
|---|---|
<T,R> CompletionStage<ResponseEntity<T>> |
AsyncInvoker.invoke(AsyncRestClient.AsyncRequestDefinition requestDefinition,
HttpMethod method,
RequestEntity<R> requestEntity,
ResponseType<T> responseType,
boolean onlySuccessfulStatusCode)
Invoke a request asynchronously using current given
request definition. |
Copyright © 2019 The Holon Platform. All rights reserved.