Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Notifier] addSentMessageEvent andFailedMessageEvent#39601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
97876db toc28ea75CompareUh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/EventListener/NotificationLoggerListener.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
b8bb755 tod6c7aa2CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
b37752e to34eb92aCompareismail1432 commentedDec 28, 2020
the failed test seems not related |
Uh oh!
There was an error while loading.Please reload this page.
091dff1 to9c1ccdeCompareUh oh!
There was an error while loading.Please reload this page.
394e2e4 to51941e0Comparesrc/Symfony/Component/Notifier/Tests/Event/SentMessageEventTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
f463ebb to6af363aCompareOskarStark commentedJun 17, 2021
can you give us a final review here@jderusse ? Thanks |
ismail1432 commentedJul 13, 2021
friendly pump 😃 |
SentMessageEvent andFailedMessageEvent
jderusse left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I see Travis tests, did you rebased the PR recently?
Uh oh!
There was an error while loading.Please reload this page.
c2531e7 todf0f304Compare
derrabus left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM, but we need to add an entry tosrc/Symfony/Component/Notifier/CHANGELOG.md.
Uh oh!
There was an error while loading.Please reload this page.
ismail1432 commentedAug 5, 2021
Updated, let me know if it's not good. |
0a9af2b to9cef413Comparesrc/Symfony/Component/Notifier/Tests/Event/SentMessageEventTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Tests/Event/SentMessageEventTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
234621d to025256dComparechalasr commentedAug 5, 2021
Thank you Smaine. |
Uh oh!
There was an error while loading.Please reload this page.
Dispatch a new event
SentMessageEventwhich is dispatched once the notification is sent. TheSymfony\Component\Notifier\Transport\AbstractTransportreturn an instance ofSentMessagethat contains the original message + an id thatcan be returned by the API it can be helpful to pass this object to the event.Dispatch a new event
FailedMessageEventwhich is dispatched if sending the notification fails it can be helpful for a retry strategy