Class PeriodicTrigger

    • Constructor Detail

      • PeriodicTrigger

        public PeriodicTrigger()
    • Method Detail

      • getTriggerDefinition

        public io.siddhi.query.api.definition.TriggerDefinition getTriggerDefinition()
      • getId

        public String getId()
      • start

        public void start()
        This will be called only once and this can be used to acquire required resources for the processing element. This will be called after initializing the system and before starting to process the events.
      • stop

        public void stop()
        This will be called only once and this can be used to release the acquired resources for processing. This will be called before shutting down the system.
      • isStateful

        public boolean isStateful()