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
Fabien Potencier e13309c3f8 Merge branch '4.4'
* 4.4:
  made BuferringLogger classes internal and final
  Added ErrorHandler component
2019-06-27 16:24:50 +02:00
..
Command Remove deprecated code paths that trigger a runtime notice 2019-06-09 16:44:48 +02:00
DataCollector Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
DependencyInjection [Messenger] Inject RoutableMessageBus instead of bus locator 2019-05-31 02:51:53 +02:00
Event [Messenger] Adding failure transport support 2019-05-01 08:21:53 +02:00
EventListener Added ErrorHandler component 2019-06-20 11:01:49 -04:00
Exception Extract unrecoverable exception to interface 2019-06-26 00:15:30 +02:00
Handler Replace @return annotation by return type in final classes 2019-06-23 00:57:33 +02:00
Middleware Merge branch '4.4' 2019-06-26 11:36:22 +02:00
Retry [Messenger] improve logs 2019-06-14 05:35:37 +02:00
Stamp feature #31065 Add ErrorHandler component (yceruto) 2019-06-27 14:40:37 +02:00
Test/Middleware Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
Tests Merge branch '4.4' 2019-06-27 16:24:50 +02:00
Transport Merge branch '4.4' 2019-06-26 11:36:22 +02:00
Worker Merge branch '4.2' into 4.3 2019-06-13 13:01:17 +02:00
CHANGELOG.md Remove deprecated code paths that trigger a runtime notice 2019-06-09 16:44:48 +02:00
composer.json Merge branch '4.4' 2019-06-27 16:24:50 +02:00
Envelope.php feature #31996 [5.0] Add return types in final classes (dFayet) 2019-06-23 23:15:46 +01:00
HandleTrait.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
LICENSE Merge branch '3.4' into 4.1 2019-01-03 10:05:57 +01:00
MessageBus.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
MessageBusInterface.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +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 [Messenger] Inject RoutableMessageBus instead of bus locator 2019-05-31 02:51:53 +02:00
TraceableMessageBus.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
Worker.php Extract unrecoverable exception to interface 2019-06-26 00:15:30 +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