class |
AbstractMetaRatOutput |
|
class |
BinaryFileWriter |
Writes incoming binary data (byte array or adams.data.blob.BlobContainer) to a binary file.
|
class |
Branch |
Forwards the input data to all defined sub-outputs ('sub-branches').
|
class |
CallableActor |
Forwards the data to the specified callable actor.
|
class |
ContainerValuePicker |
Extracts the specified value from the container and passes this on to the base rat output scheme.
|
class |
DistributedEnQueue |
Distributes the incoming data in the specified queues in internal storage, iterating through the different queues.
|
class |
DummyOutput |
Dummy transmitter, does nothing.
|
class |
EnQueue |
Enqueues the incoming data in the specified queue in internal storage.
|
class |
Exec |
Executes the specified command when the rat finishes execution.
Ignores any input.
|
class |
FileMover |
Moves files into the target directory after a specified time period.
|
class |
FtpUpload |
Sends the incoming files to a FTP server.
|
class |
OutputWithCallableTransformer |
Meta-transmitter that passes the data through the callable transformer before forwarding it to the base-transmitter.
|
class |
OutputWithExternalTransformer |
Meta-transmitter that passes the data through the external transformer before forwarding it to the base-transmitter.
|
class |
Publish |
Publishes the incoming data using the specified publish/subscribe handler in storage.
|
class |
QueueDistribute |
Enqueues the incoming data in the queues in internal storage, performing load-balancing by iterating through them.
|
class |
RedisAction |
Executes the specified Redis action.
|
class |
RedisPublish |
Publishes the incoming message to the specified channel.
|
class |
SendEmail |
Transmitter for sending emails.
|
class |
Serialize |
Saves the objects that it receives using serialization under the filename created by the filename generator.
|
class |
SimpleContainerContent |
Extracts the content from the 'simple' container (containers derived from adams.data.container.AbstractSimpleContainer) and passes this on to the base rat output scheme.
|
class |
Socket |
Just outputs the data to the specified socket.
Any incoming data that isn't a byte array gets converted to a string and its bytes (using the specified encoding) are then transmitted.
|
class |
Switch |
Forwards the input data to the sub-branch of the condition that evaluates to 'true'.
|
class |
TextWriter |
Writes incoming textual data to a text file.
|
class |
WebserviceOutput |
Allows to send data to webservices using the supplied client.
If the webservice client implements adams.flow.webservice.WebServiceClientProducer then the supplied post-processor can be used to inspect the response from the webservice, e.g., for inspecting any error messages.
|
class |
WebsocketOutput |
Allows to send data to webservices using the supplied client.
|