Document toolboxDocument toolbox

Devo Sink

Description

This unit is a Sink unit type.

This unit sends events to a specified my.app table in your Devo domain.

An event comes in through the in port. The event is sent to the appropriate Devo relay. Input events successfully sent to the my.app table exit via the done port without modification.

If an error occurs, the input event is enriched with new fields describing the problem, and the event is sent through the error port.

Configuration

After dragging this unit into the Flow canvas, double-click it to access its configuration options. The following table describes the configuration options of this unit:

TabFieldDescription
GeneralNameEnter a name for the unit. It must start with a letter, and cannot contain spaces. Only letters, numbers, and underscores are allowed.
Table nameEnter the name of the Devo table where you want to send the events. It must always be a my.app table.

Input ports

PortDescription
inThis port receives the input events to be sent to the specified my.app table.

Output ports

PortDescription
doneThis port outputs the events that were successfully sent to the specified Devo my.app table, without any modification.
errorThis port outputs events that couldn't be successfully sent to the specified my.app table. Input events are enriched with two additional fields to describe the error (error and exception).