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
Jan Schädlich 98c4f6a06c [Console] Command::execute() should always return int - deprecate returning null
- added deprecation message for non-int return value in Command::execute()
- fixed all core commands to return proper int values
- added proper return type-hint to Command::execute() method in all core Commands
2019-10-02 16:44:58 +02:00
..
Command [Console] Command::execute() should always return int - deprecate returning null 2019-10-02 16:44:58 +02:00
DataCollector [Messenger][Profiler] Collect the stamps at the end of dispatch 2019-07-26 08:01:28 +02:00
DependencyInjection feature #33113 [Messenger][DX] Display real handler if handler is wrapped (DavidBadura) 2019-09-25 21:12:09 +02:00
Event Mark all dispatched event classes as final 2019-08-21 17:17:54 +02:00
EventListener Rename ErrorCatcher to ErrorRenderer (rendering part only) 2019-07-11 10:46:43 +02:00
Exception Merge branch '4.3' into 4.4 2019-09-27 00:09:58 +02:00
Handler removed @experimental annotations 2019-06-29 18:43:50 +02:00
Middleware Merge branch '4.3' into 4.4 2019-09-25 17:04:11 +02:00
Retry removed @experimental annotations 2019-06-29 18:43:50 +02:00
Stamp Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
Test/Middleware removed @experimental annotations 2019-06-29 18:43:50 +02:00
Tests Merge branch '4.3' into 4.4 2019-09-27 16:21:43 +02:00
Transport Merge branch '4.3' into 4.4 2019-09-27 16:21:43 +02:00
Worker removed @experimental annotations 2019-06-29 18:43:50 +02:00
.gitattributes Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
.gitignore Add gitignore file for Symfony 4.3 2019-09-17 11:54:03 +02:00
CHANGELOG.md [Messenger] Added support for from_transport attribute on messenger.message_handler tag 2019-09-25 20:39:09 +02:00
composer.json Merge branch '4.3' into 4.4 2019-09-27 16:21:43 +02:00
Envelope.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
HandleTrait.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
LICENSE Merge branch '3.4' into 4.1 2019-01-03 10:05:57 +01:00
MessageBus.php Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
MessageBusInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
phpunit.xml.dist Merge branch '3.4' into 4.1 2018-11-11 20:51:29 +01:00
README.md Remove experimental notice from components 2019-07-11 11:03:49 +02:00
RoutableMessageBus.php Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
TraceableMessageBus.php feature #32745 [Messenger][Profiler] Attempt to give more useful source info when using HandleTrait (ogizanagi) 2019-07-27 08:27:28 +02:00
Worker.php Merge branch '4.3' into 4.4 2019-09-25 17:04:11 +02:00
WorkerInterface.php Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00

Messenger Component

The Messenger component helps application send and receive messages to/from other applications or via message queues.

Resources