@@ -142,26 +142,26 @@ through the transport layer, use the ``SerializerStamp`` stamp::
142142
143143Here are some important envelope stamps that are shipped with the Symfony Messenger:
144144
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 :doc: `/messenger/dispatch_after_current_bus `.
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 :doc: `/messenger/dispatch_after_current_bus `.
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.
165165
166166.. note ::
167167
0 commit comments