public interface SiddhiTopologyCreator
SiddhiTopology based on distributed annotations.
Implementation of this should not change depending on different distribution methodologies(Ex: default, yarn
based, container based).| Modifier and Type | Method and Description |
|---|---|
SiddhiTopology |
createTopology(String userDefinedSiddhiApp)
consume a Siddhi App and produce a
SiddhiTopology based on distributed annotations. |
SiddhiTopology createTopology(String userDefinedSiddhiApp)
SiddhiTopology based on distributed annotations.userDefinedSiddhiApp - Siddhi app deployed by the userSiddhiTopology representing the given siddhi appCopyright © 2021 WSO2. All rights reserved.