| Modifier and Type | Method and Description |
|---|---|
static io.reactivex.Completable |
RestCallUtil.callEndpoint(org.everit.http.client.HttpClient httpClient,
RestRequest restRequest,
Optional<RestRequestEnhancer> requestEnhancer)
Calls a rest endpoint asynchronously where there is no response body.
|
static <T> io.reactivex.Single<T> |
RestCallUtil.callEndpoint(org.everit.http.client.HttpClient httpClient,
RestRequest restRequest,
Optional<RestRequestEnhancer> requestEnhancer,
com.fasterxml.jackson.core.type.TypeReference<T> returnType)
Calls a rest endpoint asynchronously.
|
Copyright © 2011–2019 Everit Kft.. All rights reserved.