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-07-05 21:06:26 +02:00
..
Command removed @experimental annotations 2019-06-29 18:43:50 +02:00
DataCollector removed @experimental annotations 2019-06-29 18:43:50 +02:00
DependencyInjection removed @experimental annotations 2019-06-29 18:43:50 +02:00
Event removed @experimental annotations 2019-06-29 18:43:50 +02:00
EventListener removed @experimental annotations 2019-06-29 18:43:50 +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 removed @experimental annotations 2019-06-29 18:43:50 +02:00
Retry removed @experimental annotations 2019-06-29 18:43:50 +02:00
Stamp removed @experimental annotations 2019-06-29 18:43:50 +02:00
Test/Middleware removed @experimental annotations 2019-06-29 18:43:50 +02:00
Tests Deprecated passing Parameter instances as class name to Definition. 2019-07-05 21:06:26 +02:00
Transport Use ConnectionRegistry instead of RegistryInterface. 2019-07-04 02:03:26 +02:00
Worker removed @experimental annotations 2019-06-29 18:43:50 +02:00
CHANGELOG.md [Messenger] Added support for auto trimming of redis streams 2019-07-02 21:18:11 +01:00
composer.json [Messenger] fix missing dep 2019-07-04 18:31:08 +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 [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 Merge branch '3.4' into 4.1 2018-11-11 20:51:29 +01:00
README.md Fix README about BC promise 2019-03-12 18:23:22 +01:00
RoutableMessageBus.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
TraceableMessageBus.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
Worker.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
WorkerInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02: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 Backward Compatibility Promise.

Resources