public static class AsyncCustomEndpoints.AsyncCommandArray<I extends GenericJson,O>
extends AsyncClientRequest
Constructor and Description |
---|
AsyncCommandArray(AsyncCustomEndpoints<I,O> endpoints,
java.lang.String commandName,
I input,
KinveyListCallback<O> callback) |
Modifier and Type | Method and Description |
---|---|
java.util.List<O> |
executeAsync()
This method will be executed Asynchronously.
|
AsyncCustomEndpoints<I,O> |
getEndpoints() |
execute, executeAsync, getCallback, getKinveyCallbackHandler, notify, run, setCallback, setKinveyCallbackHandler
public AsyncCommandArray(AsyncCustomEndpoints<I,O> endpoints, java.lang.String commandName, I input, KinveyListCallback<O> callback)
public java.util.List<O> executeAsync()
This method will be executed Asynchronously.
IOException
- if any.public AsyncCustomEndpoints<I,O> getEndpoints()