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
Nicolas Grekas 7e65dad828 Merge branch '4.4'
* 4.4:
  [4.3] Remove unused local variables
2019-10-30 14:25:47 +01:00
..
Command Merge branch '4.4' 2019-10-25 15:46:39 +02:00
DataCollector [Messenger][Profiler] Collect the stamps at the end of dispatch 2019-07-26 08:01:28 +02:00
DependencyInjection feature #33113 [Messenger][DX] Display real handler if handler is wrapped (DavidBadura) 2019-09-25 21:12:09 +02:00
Event Mark all dispatched event classes as final 2019-08-21 17:17:54 +02:00
EventListener Rename ErrorCatcher to ErrorRenderer (rendering part only) 2019-07-11 10:46:43 +02:00
Exception remove experimental added in 4.3 as bugfix 2019-10-25 15:44:38 +02:00
Handler Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +02:00
Middleware Merge branch '4.4' 2019-10-25 15:46:39 +02:00
Retry [Messenger] remove nullable max retries 2019-10-24 23:51:16 +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 Merge branch '4.4' 2019-10-27 08:03:38 +01:00
Transport Merge branch '4.4' 2019-10-30 14:25:47 +01:00
Worker removed @experimental annotations 2019-06-29 18:43:50 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Add gitignore file for Symfony 4.3 2019-09-17 11:54:03 +02:00
CHANGELOG.md Merge branch '4.4' 2019-10-22 17:27:40 +02:00
composer.json Merge branch '4.4' 2019-09-27 16:25:24 +02:00
Envelope.php Merge branch '4.4' 2019-07-02 16:48:44 +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 Add return types to internal|final|private methods 2019-08-20 17:32:53 +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 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.4' 2019-10-25 15:46:39 +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