public static interface ResultLatch.Callback
ResultLatch.callback(Callback)| Modifier and Type | Method and Description |
|---|---|
void |
error(String queryId,
Exception e)
Called if there was an error getting the result
|
void |
result(String queryId,
ResultValue resultValue)
Called when the result has been retrieved
|
void result(String queryId, ResultValue resultValue)
queryId - the queryresultValue - the resultCopyright © 2020. All rights reserved.