14 Commits

Author SHA1 Message Date
Alexander Schranz
6b612cda66 Add stamps to handle trait
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
2025-03-29 15:45:14 +01:00
Vincent Langlet
d46bb884ba [Messenger] Fix missing @throws phpdoc on MiddlewareInterface, MessageBusInterface and SenderInterface 2023-12-08 14:57:24 +01:00
Nicolas Grekas
6ccbd2217c [Messenger] Add union types 2021-06-01 15:21:51 +02:00
Fabien Potencier
f147b04b40 removed @experimental annotations 2019-06-29 18:43:50 +02:00
Nicolas Grekas
ffa457e80d Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
Ryan Weaver
8703b3f3dd Allow stamps to be passed directly to MessageBusInterface::dispatch()
And changing signature of Envelope::__construct() to accept an array of envelopes
2019-03-31 12:05:21 -04:00
Fabien Potencier
7a258b0b51 [Messenger] marked the component as experimental for 4.2 2018-10-31 06:40:28 +01:00
Nicolas Grekas
b61ae3a6ec [Messenger] make dispatch(), handle() and send() methods return Envelope 2018-10-26 10:10:48 +02:00
Nicolas Grekas
156758ac67 [Messenger] made dispatch() and handle() return void 2018-10-20 15:00:30 +02:00
Samuel ROZE
98ec140873 Remove the experimental annotations 2018-09-08 14:04:14 +01:00
Samuel ROZE
0bf36da5c9 feature #26945 [Messenger] Support configuring messages when dispatching (ogizanagi)
This reverts commit 76b17b0e0f082b67236a9ba1aa61a8092d38d350.
2018-05-09 15:46:25 +01:00
Samuel ROZE
13aa95f244 Revert "feature #26945 [Messenger] Support configuring messages when dispatching (ogizanagi)"
This reverts commit e7a0b80cb218fb636920fdbba85b6e2960f3960a, reversing
changes made to 388d684d759fff804a0c6b4965b4081ad579b9c4.
2018-05-07 15:33:34 +01:00
Maxime Steinhausser
a158b64477 [Messenger] Support configuring messages when dispatching 2018-05-07 14:50:10 +01:00
Samuel ROZE
0b52fd6693 [Messenger] Add a new Messenger component 2018-03-23 09:01:52 +01:00