@ProviderType
public interface PollingImporter
Modifier and Type | Field and Description |
---|---|
static java.lang.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.
|
java.util.Iterator<PollConfig> |
getPollConfigs()
Returns an
Iterator of all poll configurations registered in
the repository. |
static final java.lang.String SERVICE_NAME
java.util.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