add source to wrapped payload documentation

This commit is contained in:
Joel Wetzell
2026-03-16 18:56:15 -05:00
parent 293140735d
commit 23aa7d81e0
+1
View File
@@ -6,5 +6,6 @@ sidebar:
[Processors](/concepts/Processors) operator on a "wrapped" version of the message produces by the module. This wrapped version is available to all processors and is defined as follows: [Processors](/concepts/Processors) operator on a "wrapped" version of the message produces by the module. This wrapped version is available to all processors and is defined as follows:
- **Payload**: the actual message produced by the module (or the result of the previous [processor](/concepts/processors) in the [route](/concepts/routes)). - **Payload**: the actual message produced by the module (or the result of the previous [processor](/concepts/processors) in the [route](/concepts/routes)).
- **Source**: the id of the module that produced the original payload.
- **Sender**: the network address of the module that produced the message (if applicable not all modules will have a sender address). - **Sender**: the network address of the module that produced the message (if applicable not all modules will have a sender address).
- **Modules**: a map of all [modules](/concepts/modules) in the router with the module id as the key and the module instance as the value. - **Modules**: a map of all [modules](/concepts/modules) in the router with the module id as the key and the module instance as the value.