@@ -863,10 +863,12 @@ dispatched. Listeners receive a
863
863
The ``FailedMessageEvent `` Event
864
864
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
865
865
866
- **Typical Purposes **: Doing something before the exception is thrown (Retry to send the message or log additional information).
866
+ **Typical Purposes **: Doing something before the exception is thrown
867
+ (Retry to send the message or log additional information).
867
868
868
- Whenever an exception is thrown while sending the message, the event class ``FailedMessageEvent `` is
869
- dispatched. A listener can do anything useful before the exception is thrown.
869
+ Whenever an exception is thrown while sending the message, the event class
870
+ ``FailedMessageEvent `` is dispatched. A listener can do anything useful before
871
+ the exception is thrown.
870
872
871
873
Listeners receive a
872
874
:class: `Symfony\\ Component\\ Notifier\\ Event\\ FailedMessageEvent ` event::
@@ -887,11 +889,11 @@ Listeners receive a
887
889
The ``SentMessageEvent `` Event
888
890
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
889
891
890
- **Typical Purposes **: To perform some action when the message is successfully sent (like retrieve the id returned
891
- when the message is sent).
892
+ **Typical Purposes **: To perform some action when the message is successfully
893
+ sent (like retrieve the id returned when the message is sent).
892
894
893
- After the message has been successfully sent, the event class ``SentMessageEvent `` is
894
- dispatched. Listeners receive a
895
+ After the message has been successfully sent, the event class ``SentMessageEvent ``
896
+ is dispatched. Listeners receive a
895
897
:class: `Symfony\\ Component\\ Notifier\\ Event\\ SentMessageEvent ` event::
896
898
897
899
use Symfony\Component\Notifier\Event\SentMessageEvent;
0 commit comments