This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Messenger/Middleware
2019-04-28 16:17:32 +01:00
..
ActivationMiddleware.php [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00
AddBusNameStampMiddleware.php Fixing a bug where a transport could receive a message and dispatch it to a different bus 2019-03-23 21:29:45 +07:00
DispatchAfterCurrentBusMiddleware.php Support for handling messages after current bus is finished 2019-03-19 05:15:31 +01:00
HandleMessageMiddleware.php Allows to register handlers on a specific transport (and get rid of this handler alias) 2019-04-28 16:17:32 +01:00
LoggingMiddleware.php [Messenger] added missing information in messenger logs 2019-03-25 11:54:55 +01:00
MiddlewareInterface.php [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00
SendMessageMiddleware.php Adding the "sync" transport to call handlers synchronously 2019-03-28 14:59:51 -04:00
StackInterface.php [Messenger] ease testing and allow forking the middleware stack 2019-04-23 13:19:34 +02:00
StackMiddleware.php [Messenger] ease testing and allow forking the middleware stack 2019-04-23 13:19:34 +02:00
TraceableMiddleware.php [Messenger] Cleaning after new changes 2018-11-06 16:29:01 +01:00
ValidationMiddleware.php [Messenger] collect all stamps added on Envelope as collections 2018-11-12 08:39:23 +01:00