Package org.wso2.siddhi.parser.core
Interface SiddhiTopologyCreator
-
- All Known Implementing Classes:
SiddhiTopologyCreatorImpl
public interface SiddhiTopologyCreatorTopology Creator will consume a Siddhi App and produce aSiddhiTopologybased on distributed annotations. Implementation of this should not change depending on different distribution methodologies(Ex: default, yarn based, container based).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SiddhiTopologycreateTopology(String userDefinedSiddhiApp)consume a Siddhi App and produce aSiddhiTopologybased on distributed annotations.
-
-
-
Method Detail
-
createTopology
SiddhiTopology createTopology(String userDefinedSiddhiApp)
consume a Siddhi App and produce aSiddhiTopologybased on distributed annotations.- Parameters:
userDefinedSiddhiApp- Siddhi app deployed by the user- Returns:
SiddhiTopologyrepresenting the given siddhi app
-
-