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(SiddhiAppContext siddhiAppContext) |
void |
setQuery(io.siddhi.query.api.execution.query.Query query) |
public void setQuery(io.siddhi.query.api.execution.query.Query query)
public void setContext(SiddhiAppContext siddhiAppContext)
public void receiveStreamEvent(ComplexEventChunk complexEventChunk)
Copyright © 2019. All rights reserved.