Event-based data provider for SFTP polling events.
More...
#include <SftpPoller.qm.dox.h>
|
|
| constructor (*hash< auto > options) |
| | Creates the object from constructor options.
|
| |
|
*string | getDesc () |
| | Returns the data provider description.
|
| |
| | updateConnectionObjects (object conn, object connobj) |
| | Update any connection used by the data provider.
|
| |
|
|
const | ConstructorOptions = ... |
| | Constructor options.
|
| |
|
| hash< string, hash< DataProviderMessageInfo > > | getEventTypesImpl () |
| | Returns a hash of all supported event types.
|
| |
|
|
EmbeddedSftpPoller | poller |
| | The file poller itself.
|
| |
Event-based data provider for SFTP polling events.
When using the local_dir option, the local file must be removed / moved / archived by the event handler
◆ getEventTypesImpl()
| hash< string, hash< DataProviderMessageInfo > > SftpPoller::SftpPollerDataProviderBase::getEventTypesImpl |
( |
| ) |
|
|
private |
Returns a hash of all supported event types.
- Returns
- a hash of all supported event types
- Note
- only called if the provider supports the observer pattern / event API
◆ updateConnectionObjects()
| SftpPoller::SftpPollerDataProviderBase::updateConnectionObjects |
( |
object |
conn, |
|
|
object |
connobj |
|
) |
| |
Update any connection used by the data provider.
- Parameters
-
| conn | the new AbstractConnection object |
| connobj | the new connection object itself (ex: RestClient for a "rest" connection) |
The documentation for this class was generated from the following file:
- doxygen/qlib/SftpPoller/SftpPoller.qm.dox.h