Uses of Class
org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler.TriggerConfiguration.TriggerType
-
Packages that use TriggerConfiguration.TriggerType Package Description org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler -
-
Uses of TriggerConfiguration.TriggerType in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler
Methods in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler that return TriggerConfiguration.TriggerType Modifier and Type Method Description static TriggerConfiguration.TriggerTypeTriggerConfiguration.TriggerType. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggerConfiguration.TriggerType[]TriggerConfiguration.TriggerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler with parameters of type TriggerConfiguration.TriggerType Constructor Description TriggerConfiguration(TriggerConfiguration.TriggerType triggerType, String scrapeInterval)default constructor when scheduled trigger shall be performedTriggerConfiguration(TriggerConfiguration.TriggerType triggerType, String scrapeInterval, List<TriggerConfiguration.TriggerElement> triggerElementList, TriggeredScrapeJobImpl triggeredScrapeJobImpl)default constructor when a tag should be used for triggering
-