What is Java 9 Flow API and what is it's significance?

What is Java 9 Flow API and what is it's significance?

Publish Date: Oct 23 '18
15 2

Explain Java 9 Flow API like I am 5(or 10).

Comments 2 total

  • Nested Software
    Nested SoftwareOct 24, 2018

    My understanding is that it represents an effort to standardize the API for reactive implementations like RxJava. Instead of each implementation having its own distinct API, they would all implement the Flow API and therefore there would be greater standardization around that kind of code.

    • Bertil Muth
      Bertil MuthOct 25, 2018

      That’s my understanding as well. It’s directed at library/framework devs, not „end users“.

Add comment