From 23aa7d81e06fab5a0788d4b2fc49120e9ddc4ad9 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 16 Mar 2026 18:56:15 -0500 Subject: [PATCH] add source to wrapped payload documentation --- src/content/docs/concepts/payload.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/concepts/payload.md b/src/content/docs/concepts/payload.md index 6b1e564..877c1e2 100644 --- a/src/content/docs/concepts/payload.md +++ b/src/content/docs/concepts/payload.md @@ -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: - **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). - **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.