Commit bec0d59
ref(core): Use primitive long for EventProcessorAndOrder.order
Avoid boxing by storing the order as a primitive long instead of a
boxed Long. The constructor already normalizes a null order to
System.nanoTime(), so the field never needs to represent null.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 8330a1b commit bec0d59
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments