public interface QueryResultHandler
Modifier and Type | Method and Description |
---|---|
void |
onData(QueryResultTuple queryResultTuple)
Get notification of result of a streaming query
|
void |
onError(java.lang.Object errorContext)
Notification of any exception or error.
|
void onData(QueryResultTuple queryResultTuple)
queryResultTuple
- streaming query result.void onError(java.lang.Object errorContext)
errorContext
- error context.Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.