Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the current implementation Windows and Aggregators are implemented in a pluggable manner.

Info
titleNote

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".

...