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. |
boolean |
isAppStateful(String userDefinedSiddhiApp)
consume a Siddhi App and return whether the app is stateful.
|
SiddhiTopology createTopology(String userDefinedSiddhiApp)
SiddhiTopology based on distributed annotations.userDefinedSiddhiApp - Siddhi app deployed by the userSiddhiTopology representing the given siddhi appboolean isAppStateful(String userDefinedSiddhiApp)
userDefinedSiddhiApp - Siddhi app deployed by the userCopyright © 2019 WSO2. All rights reserved.