Package com.day.cq.polling.importer
Interface PollingImporter
public interface PollingImporter
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the configured global minimum interval at which poll configs may run.Returns anIteratorof all poll configurations registered in the repository.
-
Field Details
-
SERVICE_NAME
The name of the polling importer service. This may be used to retrieve the service from the service registry.- See Also:
-
-
Method Details
-
getPollConfigs
Iterator<PollConfig> getPollConfigs()Returns anIteratorof all poll configurations registered in the repository. If none are registered, this method returns an empty iterator.- Returns:
- An iterator of
PollConfig's
-
getMinimumInterval
long getMinimumInterval()Returns the configured global minimum interval at which poll configs may run.- Returns:
- The
longrepresenting the number of seconds of the interval.
-