From c4eca1c7630efc99cb6987f47604559278e7a000 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 10:24:52 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index c0b91716..87579739 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -139,3 +139,5 @@ Notifier * Message -> Message bus -> Message handler * Message is a plain PHP class * Handler is a normal PHP class which is invokable +* `messenger:message_hander` tag in config +* Autowire with `MessageHandlerInterface`