public class SiddhiTopology extends Object
| Constructor and Description |
|---|
SiddhiTopology(String name,
List<SiddhiQueryGroup> queryGroupList,
boolean transportChannelCreationEnabled,
boolean isStatefulApp,
boolean userGiveSourceStateful) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<SiddhiQueryGroup> |
getQueryGroupList() |
boolean |
isStatefulApp() |
boolean |
isTransportChannelCreationEnabled() |
boolean |
isUserGiveSourceStateful() |
void |
setTransportChannelCreationEnabled(boolean transportChannelCreationEnabled) |
public SiddhiTopology(String name, List<SiddhiQueryGroup> queryGroupList, boolean transportChannelCreationEnabled, boolean isStatefulApp, boolean userGiveSourceStateful)
public String getName()
public List<SiddhiQueryGroup> getQueryGroupList()
public boolean isTransportChannelCreationEnabled()
public void setTransportChannelCreationEnabled(boolean transportChannelCreationEnabled)
public boolean isStatefulApp()
public boolean isUserGiveSourceStateful()
Copyright © 2019 WSO2. All rights reserved.