https://github.com/daggerok/reactive-streams-integration
roject Reactor, Akka Streams, RxJava 2, reactive streams interoperability with JDK 9+ Flow types
https://github.com/daggerok/reactive-streams-integration
akka-streams java9 jdk11 jdk9 reactive-streams reactor rxjava2
Last synced: 10 months ago
JSON representation
roject Reactor, Akka Streams, RxJava 2, reactive streams interoperability with JDK 9+ Flow types
- Host: GitHub
- URL: https://github.com/daggerok/reactive-streams-integration
- Owner: daggerok
- Created: 2019-03-06T17:00:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T17:26:22.000Z (about 7 years ago)
- Last Synced: 2025-02-27T02:20:37.000Z (about 1 year ago)
- Topics: akka-streams, java9, jdk11, jdk9, reactive-streams, reactor, rxjava2
- Language: Java
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactive streams interoperability
Project Reactor, Akka Stream, RxJava 2, reactive streams interoperability with JDK 9+ Flow types
_make sure you have jdk installed_
```bash
jenv local 11.0
```
```bash
./mvnw clean package exec:java
# output:
0
-1
-2
# ...
```