@@ -142,26 +142,26 @@ through the transport layer, use the ``SerializerStamp`` stamp::
142
142
143
143
Here are some important envelope stamps that are shipped with the Symfony Messenger:
144
144
145
- #. :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ DelayStamp `,
146
- to delay handling of an asynchronous message.
147
- #. :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ DispatchAfterCurrentBusStamp `,
148
- to make the message be handled after the current bus has executed. Read more
149
- at :ref: `messenger-transactional-messages `.
150
- #. :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ HandledStamp `,
151
- a stamp that marks the message as handled by a specific handler.
152
- Allows accessing the handler returned value and the handler name.
153
- #. :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ReceivedStamp `,
154
- an internal stamp that marks the message as received from a transport.
155
- #. :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ SentStamp `,
156
- a stamp that marks the message as sent by a specific sender.
157
- Allows accessing the sender FQCN and the alias if available from the
158
- :class: `Symfony\\ Component\\ Messenger\\ Transport\\ Sender\\ SendersLocator `.
159
- #. :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ SerializerStamp `,
160
- to configure the serialization groups used by the transport.
161
- #. :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ValidationStamp `,
162
- to configure the validation groups used when the validation middleware is enabled.
163
- #. :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ErrorDetailsStamp `,
164
- an internal stamp when a message fails due to an exception in the handler.
145
+ * :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ DelayStamp `,
146
+ to delay handling of an asynchronous message.
147
+ * :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ DispatchAfterCurrentBusStamp `,
148
+ to make the message be handled after the current bus has executed. Read more
149
+ at :ref: `messenger-transactional-messages `.
150
+ * :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ HandledStamp `,
151
+ a stamp that marks the message as handled by a specific handler.
152
+ Allows accessing the handler returned value and the handler name.
153
+ * :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ReceivedStamp `,
154
+ an internal stamp that marks the message as received from a transport.
155
+ * :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ SentStamp `,
156
+ a stamp that marks the message as sent by a specific sender.
157
+ Allows accessing the sender FQCN and the alias if available from the
158
+ :class: `Symfony\\ Component\\ Messenger\\ Transport\\ Sender\\ SendersLocator `.
159
+ * :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ SerializerStamp `,
160
+ to configure the serialization groups used by the transport.
161
+ * :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ValidationStamp `,
162
+ to configure the validation groups used when the validation middleware is enabled.
163
+ * :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ErrorDetailsStamp `,
164
+ an internal stamp when a message fails due to an exception in the handler.
165
165
166
166
.. note ::
167
167
0 commit comments