File tree
Expand file treeCollapse file tree
18 files changed
+115
-52
lines changedFilter options
- src/Symfony/Component/Messenger
- Tests
- Middleware
- Retry
- Transport/AmqpExt
- Fixtures
- Transport/Serialization
Expand file treeCollapse file tree
18 files changed
+115
-52
lines changedsrc/Symfony/Component/Messenger/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
7 | 13 |
|
8 | 14 |
|
9 | 15 |
|
|
src/Symfony/Component/Messenger/Envelope.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Envelope.php+16-2Lines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
| 30 | + |
30 | 31 |
|
31 |
| - |
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| ||
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
43 | 57 |
|
44 | 58 |
|
45 | 59 |
|
|
src/Symfony/Component/Messenger/MessageBus.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/MessageBus.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
|
src/Symfony/Component/Messenger/MessageBusInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/MessageBusInterface.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
24 |
| - |
| 26 | + |
| 27 | + |
25 | 28 |
|
26 |
| - |
| 29 | + |
27 | 30 |
|
src/Symfony/Component/Messenger/RoutableMessageBus.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/RoutableMessageBus.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
src/Symfony/Component/Messenger/Tests/EnvelopeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/EnvelopeTest.php+22-3Lines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
75 | 94 |
|
src/Symfony/Component/Messenger/Tests/HandleTraitTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/HandleTraitTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
|
src/Symfony/Component/Messenger/Tests/MessageBusTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/MessageBusTest.php+17-3Lines changed: 17 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
| ||
69 | 71 |
|
70 | 72 |
|
71 | 73 |
|
72 |
| - |
| 74 | + |
73 | 75 |
|
74 | 76 |
|
75 | 77 |
|
| ||
107 | 109 |
|
108 | 110 |
|
109 | 111 |
|
110 |
| - |
| 112 | + |
111 | 113 |
|
112 | 114 |
|
113 |
| - |
| 115 | + |
114 | 116 |
|
115 | 117 |
|
116 | 118 |
|
| ||
134 | 136 |
|
135 | 137 |
|
136 | 138 |
|
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
137 | 151 |
|
src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 |
| - |
| 47 | + |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 |
| - |
84 |
| - |
| 83 | + |
| 84 | + |
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
|
src/Symfony/Component/Messenger/Tests/Middleware/SendMessageMiddlewareTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Middleware/SendMessageMiddlewareTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 |
| - |
| 89 | + |
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
|
src/Symfony/Component/Messenger/Tests/Retry/MultiplierRetryStrategyTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Retry/MultiplierRetryStrategyTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
|
src/Symfony/Component/Messenger/Tests/RoutableMessageBusTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/RoutableMessageBusTest.php+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
26 |
| - |
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| 36 | + |
35 | 37 |
|
36 |
| - |
| 38 | + |
37 | 39 |
|
38 | 40 |
|
39 |
| - |
| 41 | + |
40 | 42 |
|
41 | 43 |
|
42 | 44 |
|
| ||
58 | 60 |
|
59 | 61 |
|
60 | 62 |
|
61 |
| - |
| 63 | + |
62 | 64 |
|
63 | 65 |
|
64 | 66 |
|
|
src/Symfony/Component/Messenger/Tests/TraceableMessageBusTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/TraceableMessageBusTest.php+17-9Lines changed: 17 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| 28 | + |
27 | 29 |
|
28 |
| - |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
32 |
| - |
| 34 | + |
33 | 35 |
|
34 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
35 | 39 |
|
36 |
| - |
| 40 | + |
37 | 41 |
|
38 | 42 |
|
39 | 43 |
|
40 | 44 |
|
41 | 45 |
|
42 |
| - |
| 46 | + |
43 | 47 |
|
44 | 48 |
|
45 | 49 |
|
| ||
54 | 58 |
|
55 | 59 |
|
56 | 60 |
|
57 |
| - |
| 61 | + |
| 62 | + |
| 63 | + |
58 | 64 |
|
59 | 65 |
|
60 | 66 |
|
61 | 67 |
|
62 | 68 |
|
63 | 69 |
|
64 | 70 |
|
65 |
| - |
| 71 | + |
66 | 72 |
|
67 | 73 |
|
68 | 74 |
|
| ||
82 | 88 |
|
83 | 89 |
|
84 | 90 |
|
85 |
| - |
| 91 | + |
| 92 | + |
| 93 | + |
86 | 94 |
|
87 | 95 |
|
88 | 96 |
|
| ||
91 | 99 |
|
92 | 100 |
|
93 | 101 |
|
94 |
| - |
| 102 | + |
95 | 103 |
|
96 | 104 |
|
0 commit comments