public class RequestBuilder<API> extends Object
| Constructor and Description |
|---|
RequestBuilder(FetchyEngine engine,
RequestServiceDetails<API> serviceDetails,
String name) |
| Modifier and Type | Method and Description |
|---|---|
<OUTPUT,ERROR extends Exception> |
callable(Call<OUTPUT,API,ERROR> callable) |
<ERROR extends Exception> |
runnable(Run<API,ERROR> runnable) |
public RequestBuilder(FetchyEngine engine, RequestServiceDetails<API> serviceDetails, String name)
public <OUTPUT,ERROR extends Exception> CallableRequestBuilder<OUTPUT,API,ERROR> callable(Call<OUTPUT,API,ERROR> callable)
public <ERROR extends Exception> RunnableRequestBuilder<API,ERROR> runnable(Run<API,ERROR> runnable)
Copyright © 2017 Irenical. All rights reserved.