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
2018-11-06 16:29:01 +01:00
..
Command [Messenger] Cleaning after new changes 2018-11-06 16:29:01 +01:00
DataCollector [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00
DependencyInjection [Messenger] Cleaning after new changes 2018-11-06 16:29:01 +01:00
Exception [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00
Handler [Messenger] make senders/handlers locator accept envelopes 2018-11-01 10:43:31 +01:00
Middleware [Messenger] Cleaning after new changes 2018-11-06 16:29:01 +01:00
Stamp [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00
Test/Middleware [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00
Tests [Messenger] Cleaning after new changes 2018-11-06 16:29:01 +01:00
Transport [Messenger] Cleaning after new changes 2018-11-06 16:29:01 +01:00
CHANGELOG.md [Messenger] The component is still experimental 2018-11-04 20:00:43 +01:00
composer.json [Messenger][Profiler] Trace middleware execution 2018-09-08 06:30:21 +02:00
Envelope.php [Messenger] make senders/handlers locator accept envelopes 2018-11-01 10:43:31 +01:00
LICENSE added missing LICENSE file 2018-09-04 15:11:50 +02:00
MessageBus.php [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00
MessageBusInterface.php [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00
phpunit.xml.dist [Messenger] Add a new Messenger component 2018-03-23 09:01:52 +01:00
README.md [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00
TraceableMessageBus.php [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00
Worker.php [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00

Messenger Component

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

This Component is experimental. Experimental features are not covered by Symfony's BC-break policy.

Resources