Qore FilePoller Module Reference 1.0.1
|
Event-based data provider for file events. More...
#include <FilePoller.qm.dox.h>
Public Member Methods | |
constructor (*hash< auto > options) | |
Creates the object from constructor options. | |
*string | getDesc () |
Returns the data provider description. | |
Public Attributes | |
const | ConstructorOptions |
Constructor options. | |
Private Member Methods | |
hash< string, hash< DataProviderMessageInfo > > | getEventTypesImpl () |
Returns a hash of all supported event types. More... | |
Private Attributes | |
EmbeddedFilePoller | poller |
The file poller itself. | |
Event-based data provider for file events.
Note that this class will continue to output all matching files in the given folder until they are removed.
In the assumed scenario, matches files are removed by a single observer in the first notification event
|
private |
Returns a hash of all supported event types.