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-05-11 08:47:26 +02:00
..
Command [Messenger] Adding failure transport support 2019-05-01 08:21:53 +02:00
DataCollector fixed CS 2019-01-16 21:35:37 +01:00
DependencyInjection [Messenger] Adding failure transport support 2019-05-01 08:21:53 +02:00
Event [Messenger] Adding failure transport support 2019-05-01 08:21:53 +02:00
EventListener [Messenger] Adding failure transport support 2019-05-01 08:21:53 +02:00
Exception [Messenger] Adding failure transport support 2019-05-01 08:21:53 +02:00
Handler Allows to register handlers on a specific transport (and get rid of this handler alias) 2019-04-28 16:17:32 +01:00
Middleware [Messenger] remove send_and_handle option which can be achieved with SyncTransport 2019-05-11 08:47:26 +02:00
Retry [Messenger] Adding failure transport support 2019-05-01 08:21:53 +02:00
Stamp Simplifying SyncTransport and fixing bug with handlers transport 2019-05-08 21:09:33 -04:00
Test/Middleware [Messenger] ease testing and allow forking the middleware stack 2019-04-23 13:19:34 +02:00
Tests [Messenger] remove send_and_handle option which can be achieved with SyncTransport 2019-05-11 08:47:26 +02:00
Transport [Messenger] remove send_and_handle option which can be achieved with SyncTransport 2019-05-11 08:47:26 +02:00
Worker [Messenger] fix wrong use of generator returns 2019-05-06 12:22:55 +02:00
CHANGELOG.md [Messenger] remove send_and_handle option which can be achieved with SyncTransport 2019-05-11 08:47:26 +02:00
composer.json [Messenger] Adding failure transport support 2019-05-01 08:21:53 +02:00
Envelope.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
HandleTrait.php Allows to register handlers on a specific transport (and get rid of this handler alias) 2019-04-28 16:17:32 +01:00
LICENSE Merge branch '3.4' into 4.1 2019-01-03 10:05:57 +01:00
MessageBus.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
MessageBusInterface.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04: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 Changing how RoutableMessageBus fallback bus works 2019-05-10 13:35:34 -04:00
TraceableMessageBus.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
Worker.php [Messenger] fix wrong use of generator returns 2019-05-06 12:22:55 +02:00
WorkerInterface.php fixed typos 2019-03-30 08:02:29 +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 Backward Compatibility Promise.

Resources