public interface SiddhiAppCreator
| Modifier and Type | Method and Description |
|---|---|
List<DeployableSiddhiQueryGroup> |
createApps(SiddhiTopology topology,
MessagingSystem messagingSystem)
Create valid concrete Siddhi Apps for each Query Group in the given
SiddhiTopology. |
List<DeployableSiddhiQueryGroup> createApps(SiddhiTopology topology, MessagingSystem messagingSystem)
SiddhiTopology.topology - Input topology to create Siddhi AppsDeployableSiddhiQueryGroups. Length of the list should be equal to no. of groups user
has defined. Length of the list should be greater than zero always.Copyright © 2019 WSO2. All rights reserved.