public interface RPCQueueCallback
Modifier and Type | Method and Description |
---|---|
void |
execute(RPCResponse... response)
Callback to fire when a queue of requests sent via
RPCManager.sendQueue(RPCQueueCallback) returns. |
void execute(RPCResponse... response)
RPCManager.sendQueue(RPCQueueCallback)
returns.response
- array of responses returned from the sent queue of requests