![]() |
Qore ssh2 Module ..
|
Event-based data provider for SFTP polling events. More...
#include <SftpPoller.qm.dox.h>
Public Member Methods | |
| soft< string > | getDesc () |
| Returns the data provider description. | |
| void | updateConnectionObjects (object conn, object connobj) |
| Update any connection used by the data provider. | |
| hash< string, hash< DataProviderMessageInfo > > | getEventTypesImpl () |
| Returns a hash of all supported event types. | |
Public Attributes | |
| const auto | ConstructorOptions = ... |
| Constructor options. | |
Private Attributes | |
| 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
| hash< string, hash< DataProviderMessageInfo > > SftpPoller::SftpPollerDataProviderBase::getEventTypesImpl | ( | ) |
Returns a hash of all supported event types.
| void SftpPoller::SftpPollerDataProviderBase::updateConnectionObjects | ( | object | conn, |
| object | connobj | ||
| ) |
Update any connection used by the data provider.
| conn | the new AbstractConnection object |
| connobj | the new connection object itself (ex: RestClient for a "rest" connection) |