Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
3f0d5608ab
commit
03dcab418b
|
@ -142,4 +142,5 @@ Notifier
|
|||
* Handler is a normal PHP class which is invokable
|
||||
* `messenger:message_hander` tag in config
|
||||
* Autowire with `MessageHandlerInterface`
|
||||
* What if it takes 20 seconds to send a message? Uses asyncronus
|
||||
* What if it takes 20 seconds to send a message? Use asynchronous.
|
||||
* Transports as middleware (needs sender, receiver, configurable with DSN, encode/decode)
|
||||
|
|
Reference in a new issue