Uses of Interface
de.aristaflow.adept2.model.events.sources.PollingSource
-
-
Uses of PollingSource in de.aristaflow.adept2.core.eventmanager.common
Classes in de.aristaflow.adept2.core.eventmanager.common that implement PollingSource Modifier and Type Class Description classAbstractSharedEventSource<E extends Event,S extends SharingSource<E>>An event source that distributes events among several sharing event sources.Fields in de.aristaflow.adept2.core.eventmanager.common with type parameters of type PollingSource Modifier and Type Field Description protected Map<PollingSource<?>,ScheduledFuture<?>>AbstractEventManager. futures/** All the event sources mapped to the corresponding futures from the poll service. -
Uses of PollingSource in de.aristaflow.adept2.core.eventmanager.dbevents
Classes in de.aristaflow.adept2.core.eventmanager.dbevents that implement PollingSource Modifier and Type Class Description classDBActivityEventSourceA DB event source that takes its configuration from an activity configuration provided from a process step.classDBEventSourceA source for events based on SQL statements, that is a SQL statement is executed regularly and the result set (if one exists) is notified as event to the corresponding event handler.classReadOnlyRSEventSourceA source for events based on SQL statements creating result sets that are read only and do not support updating. -
Uses of PollingSource in de.aristaflow.adept2.core.eventmanager.fileevents
Classes in de.aristaflow.adept2.core.eventmanager.fileevents that implement PollingSource Modifier and Type Class Description classFileEventActivitySourceA file event source that takes its configuration from an activity configuration provided from a process step.classFileEventSourceA source for events based on files in a specific folder (configured). -
Uses of PollingSource in de.aristaflow.adept2.core.eventmanager.mailevents
Classes in de.aristaflow.adept2.core.eventmanager.mailevents that implement PollingSource Modifier and Type Class Description classFilteredMailEventActivitySourceA mail event source that allows for filtering mails and additionally provides the means to get the configuration from an activity.classFilteredMailEventSourceA mail event source that filters mails and only creates the corresponding events if the filters apply.classMailEventActivitySourceA mail event source that takes its configuration from an activity configuration provided from a process step.classMailEventSourceA source for events based on mails in a specific folder (usually the INBOX). -
Uses of PollingSource in de.aristaflow.adept2.model.events.sources
Subinterfaces of PollingSource in de.aristaflow.adept2.model.events.sources Modifier and Type Interface Description interfacePollingFileSourceAn event source causing an event based on the presence of a file.interfacePollingMailSourceA mail event source that polls for mails.interfaceSharedPollingSource<T extends Event>ASharedPollingSourceunifies the polling for severalSharingSource-instances.
-