Commit adb7ce5
committed
Refactor RequestHandler.handleChannel to only take a Publisher<Payload> as argument.
The `initialPayload` was already part of the `payloads` publisher, this was very confusing.
+ Fix the tests impacted by the new API.
+ Code style: Ensure lines length < 100 characters1 parent 468dadf commit adb7ce5
File tree
13 files changed
+1852
-1511
lines changed- src
- main/java/io/reactivesocket
- internal
- perf/java/io/reactivesocket
- perfutil
- test/java/io/reactivesocket
13 files changed
+1852
-1511
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 | | |
0 commit comments