class |
AbstractBufferedRatInput |
Ancestor for buffering rat inputs.
|
class |
AbstractMetaRatInput |
|
class |
AbstractPollingRatInput |
Ancestor for rat inputs that perform polling.
|
class |
Cron |
Uses a cronjob for defining the execution of the base rat input.
For more information on the scheduler format see:
http://www.quartz-scheduler.org/docs/tutorials/crontrigger.html
|
class |
DeQueue |
Polls the specified queue in internal storage for an item, blocks till an item is available.
|
class |
DirWatch |
Watches for file changes in a directory and forwards the affected files.
|
class |
DummyCronInput |
To be used in conjunction with a 'Cron' rat input.
|
class |
DummyInput |
Dummy input receiver, does nothing.
|
class |
Exec |
Executes a command and forwards either output from stdout or stderr.
|
class |
FileLister |
Polls files in a directory and forwards them.
It can skip files that are currently flagged as 'in use'.
Moving files to the specified target directory will continue, even if errors are occurred with some files (NB: you may end up with a very large error message if all files from a large list of files are failing).
|
class |
InputPolling |
Turns the base-input into one that performs polling every x msec.
|
class |
InputWithCallableTransformer |
Meta-receiver that passes the received data through a callable transformer before passing it on.
|
class |
InputWithExternalTransformer |
Meta-receiver that passes the received data through an external transformer before passing it on.
|
class |
RedisAction |
Executes the specified Redis action.
|
class |
RedisSubscribe |
Executes the specified Redis channel.
|
class |
RESTTextReception |
Uses a REST webservice for receiving text.
|
class |
Socket |
Listens on the specified port for incoming data.
Can either output raw byte arrays or strings (using the specified encoding).
|
class |
Storage |
Outputs the specified storage item, if possible
|
class |
StringToken |
Simply outputs the provided string.
|
class |
Subscribe |
Subscribes to the specified publish/subscribe handler and forwards data that is being published.
|
class |
Variable |
Outputs the specified variable, if possible
|
class |
WebserviceInput |
Uses a webservice for retrieving data from a webservice.
|
class |
WSBlobReception |
Uses a webservice for retrieving blobs.
|
class |
WSTextReception |
Uses a webservice for retrieving text.
|