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
2019-08-18 09:00:51 +07:00
..
Command Merge branch '4.3' into 4.4 2019-08-05 16:07:36 +02:00
DataCollector [Messenger][Profiler] Collect the stamps at the end of dispatch 2019-07-26 08:01:28 +02:00
DependencyInjection Merge branch '4.3' into 4.4 2019-08-05 07:48:44 +02:00
Event fixed CS 2019-07-12 09:03:00 +03:00
EventListener Rename ErrorCatcher to ErrorRenderer (rendering part only) 2019-07-11 10:46:43 +02:00
Exception removed @experimental annotations 2019-06-29 18:43:50 +02:00
Handler removed @experimental annotations 2019-06-29 18:43:50 +02:00
Middleware Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +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 [Messenger] InMemoryTransport handle acknowledged and rejected messages 2019-08-18 09:00:51 +07:00
Transport [Messenger] InMemoryTransport handle acknowledged and rejected messages 2019-08-18 09:00:51 +07:00
Worker removed @experimental annotations 2019-06-29 18:43:50 +02:00
CHANGELOG.md [Messenger] InMemoryTransport handle acknowledged and rejected messages 2019-08-18 09:00:51 +07:00
composer.json Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +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
MessageBus.php [Messager] Simplified MessageBus::__construct() 2019-07-03 15:46:19 +02:00
MessageBusInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
phpunit.xml.dist
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-08-14 14:37:46 +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