We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182c51b commit 9193a8aCopy full SHA for 9193a8a
components/messenger.rst
@@ -58,12 +58,12 @@ Concepts
58
both when a message is originally dispatched and again later when a message
59
is received from a transport,
60
61
-**Envelope**
+**Envelope**:
62
Messenger specific concept, it gives full flexibility inside the message bus,
63
by wrapping the messages into it, allowing to add useful information inside
64
through *envelope stamps*.
65
66
-**Envelope Stamps**
+**Envelope Stamps**:
67
Piece of information you need to attach to your message: serializer context
68
to use for transport, markers identifying a received message or any sort of
69
metadata your middleware or transport layer may use.
0 commit comments