Source Map Variables
When this connector sends a message to another channel, the following source map variables will be available on the downstream message:
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. |