Interface PollingImporter


public interface PollingImporter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of the polling importer service.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the configured global minimum interval at which poll configs may run.
    Returns an Iterator of all poll configurations registered in the repository.
  • Field Details

    • SERVICE_NAME

      static final String 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 an Iterator of 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 long representing the number of seconds of the interval.