|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryResultHandler
Interface to be used to get notifications of query results in case of streaming queries.
Method Summary | |
---|---|
void |
onData(QueryResultTuple queryResultTuple)
Get notification of result of a streaming query |
void |
onError(java.lang.Object errorContext)
Notification of any exception or error. |
Method Detail |
---|
void onData(QueryResultTuple queryResultTuple)
queryResultTuple
- streaming query result.void onError(java.lang.Object errorContext)
errorContext
- error context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |