| Package | Description |
|---|---|
| org.irenical.fetchy | |
| org.irenical.fetchy.request |
| Modifier and Type | Method and Description |
|---|---|
<OUTPUT,API,ERROR extends Exception> |
Fetchy.call(String serviceId,
Class<API> apiClass,
Call<OUTPUT,API,ERROR> call) |
<OUTPUT,API,ERROR extends Exception> |
Fetchy.call(String serviceId,
String requestName,
Class<API> apiClass,
Call<OUTPUT,API,ERROR> call) |
| Modifier and Type | Method and Description |
|---|---|
CallableRequestBuilder<OUTPUT,API,ERROR> |
CallableRequestBuilder.callable(Call<OUTPUT,API,ERROR> lambda) |
<OUTPUT,ERROR extends Exception> |
RequestBuilder.callable(Call<OUTPUT,API,ERROR> callable) |
| Constructor and Description |
|---|
ImmutableCallableRequest(String name,
FetchyEngine engine,
RequestServiceDetails<API> service,
Integer timeoutMillis,
Call<OUTPUT,API,?> callable,
CallFallback<OUTPUT> fallback) |
Copyright © 2017 Irenical. All rights reserved.