Interface PollingMailSource
- All Superinterfaces:
EventSource<MailEvent>,MailSource,PollingSource<MailEvent>,Runnable
- All Known Implementing Classes:
FilteredMailEventActivitySource,FilteredMailEventSource,MailEventActivitySource,MailEventSource
@ConfigurationDescription(properties=)
public interface PollingMailSource
extends PollingSource<MailEvent>, MailSource
A mail event source that polls for mails.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConfiguration key for whether the mail storage should not be disconnected" between polls.Fields inherited from interface de.aristaflow.adept2.model.events.sources.MailSource
CONF_FOLDER, CONF_HOST, CONF_PASSWORD, CONF_PORT, CONF_PROTOCOL, CONF_SSL_PROTOCOLS, CONF_TIMEOUT, CONF_USER_NAMEFields inherited from interface de.aristaflow.adept2.model.events.sources.PollingSource
CONF_POLL_TIME, CONF_START_TIME -
Method Summary
Methods inherited from interface de.aristaflow.adept2.model.events.sources.EventSource
addAll, addHandler, getEventHandler, getHierarchicalSourceName, getID, getType, removeHandler, setConfigurationMethods inherited from interface de.aristaflow.adept2.model.events.sources.PollingSource
getPollTime, getStartTime, init, terminate
-
Field Details
-
CONF_KEEP_CONNECTION
Configuration key for whether the mail storage should not be disconnected" between polls.- See Also:
-