...
- Create a class extending
org.wso2.siddhi.core.query.processor.stream.StreamProcessor
. - Create an appropriate
.siddhiext
extension mapping file. - Compile the class.
- Build the jar containing the
.class
and the.siddhiext
files. - Add the jar to the Siddhi class path. If you need to run the extension on WSO2 CEPDAS, add the jar to the
<CEP<DAS_HOME>/repository/components/dropins
directory.
...