Source Map Variables
If this connector receives a message from a Channel Writer, the following source map variables will be available:
Key | Description |
---|---|
sourceChannelId | The unique ID of the channel that dispatched a message to the current channel. |
sourceMessageId | The ID of the message from which the current message dispatch originated. |
sourceChannelIds | If there are more than two channels in a Channel Writer -> Reader chain, this will be a List containing the IDs of all channels in the chain. |
sourceMessageIds | If there are more than two channels in a Channel Writer -> Reader chain, this will be a List containing the IDs of all messages in the chain. |