Class SiddhiTopology


  • public class SiddhiTopology
    extends Object
    Distributed Topology of a user defined distributed Siddhi App. Topology contains all the required details for the underlying distribution provider to create new Apps.
    • Constructor Detail

      • SiddhiTopology

        public SiddhiTopology​(String name,
                              List<SiddhiQueryGroup> queryGroupList,
                              boolean transportChannelCreationEnabled,
                              boolean isStatefulApp,
                              boolean userGiveSourceStateful)
    • Method Detail

      • getName

        public String getName()
      • isTransportChannelCreationEnabled

        public boolean isTransportChannelCreationEnabled()
      • setTransportChannelCreationEnabled

        public void setTransportChannelCreationEnabled​(boolean transportChannelCreationEnabled)
      • isStatefulApp

        public boolean isStatefulApp()
      • isUserGiveSourceStateful

        public boolean isUserGiveSourceStateful()