| Package | Description |
|---|---|
| org.irenical.fetchy | |
| org.irenical.fetchy.request |
| Modifier and Type | Method and Description |
|---|---|
<API,ERROR extends Exception> |
Fetchy.run(String serviceId,
Class<API> apiClass,
Run<API,ERROR> run) |
<API,ERROR extends Exception> |
Fetchy.run(String serviceId,
String requestName,
Class<API> apiClass,
Run<API,ERROR> run) |
| Modifier and Type | Method and Description |
|---|---|
RunnableRequestBuilder<API,ERROR> |
RunnableRequestBuilder.runnable(Run<API,ERROR> lambda) |
<ERROR extends Exception> |
RequestBuilder.runnable(Run<API,ERROR> runnable) |
| Constructor and Description |
|---|
ImmutableRunnableRequest(String name,
FetchyEngine engine,
RequestServiceDetails<API> service,
Integer timeoutMillis,
Run<API,?> runnable,
RunFallback fallback) |
Copyright © 2017 Irenical. All rights reserved.