concurrency
concurrency copied to clipboard
Support Java 9 Flow and ReactiveStream
We have moved to Java SE 11 since Jakarta EE 10, we should consider more new APIs in specs provided in the new Java SE to modernize our Jakarta EE applications.
Such as use Flow( and adapters of ReactiveStreams) as asynchronous method return type.
- https://docs.oracle.com/javase/9/docs/api/java/util/concurrent/Flow.html
- http://www.reactive-streams.org/
- https://github.com/eclipse/microprofile-reactive-streams-operators