| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Completable |
RestClient.callEndpoint(RestRequest restRequest,
Optional<RestRequestEnhancer> requestEnhancer)
Calls a rest endpoint asynchronously where there is no response body.
|
<T> io.reactivex.Single<T> |
RestClient.callEndpoint(RestRequest restRequest,
Optional<RestRequestEnhancer> requestEnhancer,
TypeReference<T> returnType)
Calls a rest endpoint asynchronously.
|
Copyright © 2011–2020 Everit Kft.. All rights reserved.