-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework Processor-with-upstream case to be backward compatible (#3065)
This commit reworks #3042 and reverts the changes to RootSpec returning methods. These changes were binary incompatible with the previous release of reactor, despite an API-compatible change. What is reverted: - the `UnsafeRootSpec` and intermediate specs are removed - `Sinks.unsafe()` is back to returning `RootSpec` What is kept: - `RootSpec` is dedicated to `Sinks.unsafe()` - `Sinks.manyWithUpstream` interface is still introduced What is modified: - `RootSpec` receives an additional `manyWithUpstream()` method which is the one exposing `Sinks.manyWithUpstream` implementations
- Loading branch information
1 parent
6552d60
commit f215a64
Showing
5 changed files
with
92 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters