File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/Symfony/Component/Messenger Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ CHANGELOG
9
9
* Add ` --all ` option to the ` messenger:consume ` command
10
10
* Add parameter ` $jitter ` to ` MultiplierRetryStrategy ` in order to randomize delay and prevent the thundering herd effect
11
11
* Add ` SIGQUIT ` signal among list of signals that gracefully shut down ` messenger:consume ` and ` messenger:failed:retry ` commands
12
+ * Add ` EnvelopeAwareExceptionInterface ` for exceptions thrown from middlewares to prevent stamps added by previous middlewares being dropped
12
13
13
14
7.0
14
15
---
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \Messenger \Envelope ;
15
15
16
- /**
17
- * @internal
18
- */
19
16
interface EnvelopeAwareExceptionInterface
20
17
{
21
18
public function getEnvelope (): ?Envelope ;
You can’t perform that action at this time.
0 commit comments