| Package | Description |
|---|---|
| com.holonplatform.async.http | |
| com.holonplatform.http.rest | |
| com.holonplatform.spring |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncRestClient
Async HTTP REST client to build and execute client requests in order to asynchronously consume the responses
returned.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RestClientOperations<C extends RestClientOperations<C,R>,R extends RestClientOperations.RequestConfiguration<R> & RestClientOperations.InvocationOperations>
Base API for REST client operations definitions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RestClient
HTTP REST client to build and execute client requests in order to consume the responses returned.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpringRestClient
A
RestClient using Spring RestTemplate. |
Copyright © 2019 The Holon Platform. All rights reserved.