Interface JobConfiguration
-
- All Known Implementing Classes:
JobConfigurationClassicImpl,JobConfigurationImpl,JobConfigurationTriggeredImpl
public interface JobConfigurationbasic interface for the configuration of a scrape job
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetName()IntegergetScrapeRate()Deprecated.List<String>getSources()Map<String,String>getTags()StringgetTriggerConfig()
-