@ProviderType
public interface PollingImporter
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME
The name of the polling importer service.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getMinimumInterval()
Returns the configured global minimum interval at which poll configs may run.
|
Iterator<PollConfig> |
getPollConfigs()
Returns an
Iterator of all poll configurations registered in
the repository. |
static final String SERVICE_NAME
Iterator<PollConfig> getPollConfigs()
Iterator of all poll configurations registered in
the repository. If none are registered, this method returns an empty
iterator.PollConfig'slong getMinimumInterval()
long representing the number of seconds of the interval.Copyright © 2010 - 2020 Adobe. All Rights Reserved