public abstract class QueryCallback extends Object
| Constructor and Description |
|---|
QueryCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
receive(long timeStamp,
Event[] inEvents,
Event[] removeEvents) |
void |
receiveStreamEvent(ComplexEventChunk complexEventChunk) |
void |
setContext(ExecutionPlanContext executionPlanContext) |
void |
setQuery(org.wso2.siddhi.query.api.execution.query.Query query) |
void |
startProcessing() |
void |
stopProcessing() |
public void setQuery(org.wso2.siddhi.query.api.execution.query.Query query)
public void setContext(ExecutionPlanContext executionPlanContext)
public void receiveStreamEvent(ComplexEventChunk complexEventChunk)
public void startProcessing()
public void stopProcessing()
Copyright © 2018 WSO2. All Rights Reserved.