concurrency icon indicating copy to clipboard operation
concurrency copied to clipboard

Support Java 9 Flow and ReactiveStream

Open hantsy opened this issue 3 years ago • 0 comments

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

hantsy avatar Jul 21 '22 02:07 hantsy