public DataObject getChannelValues ()

Retrieve the data object containing values specific to the receiver of the message.It may happen that the same channel is used to send messages to different intelligent business objects (for example, an e-mail channel may be used to send e-mails to different recipients). If this is the case the message itself must contain the values, which uniquely identify the recipient (in the e-mail case it is the e-mail address of the recipient). The method getChannelValues allows retrieving values identifying the recipient from the message (see also Writing a Sink)

Parameters

none

Returns

DataObject containing the values specific to the recipient – the names of the attributes contained in the DataObject are channel-specific (see also Writing a Sink).

  • Last modified: 2023/05/03 04:21