| DeleteTableCallback |
Implementation of OutputCallback to receive processed Siddhi events from
Siddhi queries and delete data in a Table based on received events
and condition.
|
| InsertIntoStreamCallback |
|
| InsertIntoStreamEndPartitionCallback |
|
| InsertIntoTableCallback |
Implementation of OutputCallback to receive processed Siddhi events from
Siddhi queries and insert data into a Table
based on received events and condition.
|
| InsertIntoWindowCallback |
|
| InsertIntoWindowEndPartitionCallback |
|
| OutputCallback |
Abstract class to represent parent callback implementation which allows users to get processed events from Siddhi
queries.
|
| QueryCallback |
Query Callback is used to get resulting output events from a Siddhi query.
|
| UpdateOrInsertTableCallback |
Implementation of OutputCallback to receive processed Siddhi events from
Siddhi queries and insert/update data into a Table
based on received events and condition.
|
| UpdateTableCallback |
Implementation of OutputCallback to receive processed Siddhi events from
Siddhi queries and update data into a Table
based on received events and condition.
|