Uses of Class
org.apache.plc4x.java.scraper.exception.ScraperConfigurationException
-
-
Uses of ScraperConfigurationException in org.apache.plc4x.java.scraper.config.triggeredscraper
Methods in org.apache.plc4x.java.scraper.config.triggeredscraper that throw ScraperConfigurationException Modifier and Type Method Description static List<ScrapeJob>ScraperConfigurationTriggeredImpl. getJobs(List<JobConfigurationImpl> jobConfigurations, Map<String,String> sources) -
Uses of ScraperConfigurationException in org.apache.plc4x.java.scraper.triggeredscraper
Constructors in org.apache.plc4x.java.scraper.triggeredscraper that throw ScraperConfigurationException Constructor Description TriggeredScrapeJobImpl(String jobName, String triggerConfig, Map<String,String> connections, Map<String,String> tags) -
Uses of ScraperConfigurationException in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler
Methods in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler that throw ScraperConfigurationException Modifier and Type Method Description static TriggerConfigurationTriggerConfiguration. createConfiguration(String jobTriggerStrategy, TriggeredScrapeJobImpl triggeredScrapeJob)creates the TriggerConfiguration for a given ScrapeJob from triggerConfig-StringConstructors in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler that throw ScraperConfigurationException 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
-