Siddhi Data Flows
These queries are converted to Siddhi statements by SiddhiCodeProducer.
Siddhi has the following special attributes for data flow definitions:
Persisted: Whether data flow contents should be persisted for resilience or kept in memory only
Mutation Parameters
All Siddhi query parameters are applicable to mutation queries, and the following special parameters can be applied at mutation level as well:
Parameter
Definition
annotation
annotation to add to the mutation code
matchOn
(for DELETE & UPDATE) condition for matching queries to target tables
Last updated