This repository was archived by the owner on Mar 2, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 14
Home
sinwe edited this page Mar 28, 2018 · 6 revisions
This project is a scala extensions for flux and mono in reactor project.
What has been done:
- Wrapper for Mono (v0.1.x) based on reactor-core 3.0.4.RELEASE
- Support for ExecutionContext based Scheduler
- Wrapper for Flux (v0.2.2) based on reactor-core 3.0.5.RELEASE
- Wrapper for ConnectableFlux (v0.2.3) based on reactor-core 3.0.6.RELEASE
- Wrapper for FluxProcessor
The plan was:
- Wrapper for Reactor-Core-Test
Wrapper Release | Reactor Release |
---|---|
v0.1.9 | 3.0.4.RELEASE |
v0.2.2 | 3.0.5.RELEASE |
v0.2.3 | 3.0.6.RELEASE |
v0.2.4 | 3.0.7.RELEASE |
v0.3.0 | 3.1.0.RELEASE |
v0.3.1 | 3.1.1.RELEASE |
v0.3.3 | 3.1.3.RELEASE |
v0.3.4 | 3.1.5.RELEASE |
Contribution is always welcomed. Just fork this repo, amend, commit changes to your repo and raise pull request. Also every changes should be covered by test.
This project is written by IntelliJ IDEA