...
In the current implementation Windows and Aggregators are implemented in a pluggable manner.
Info | ||
---|---|---|
| ||
These are subject to change, in future release. |
Writing a custom Window
To write a custom window you have to create a class in the package "org.wso2.siddhi.core.query.processor.window" with a name <Name>WindowProcessor, and it has to extend "org.wso2.siddhi.core.query.processor.window.WindowProcessor".
...