Truely Reactive Babbler Using Flows API

Issue #100 new
Markus KARG created an issue

Reactive Programming seems to be the perfect approach for the style of application Babbler is built for. While there are several proprietary frameworks (like Rx Java), starting with JRE 9 there will be an official, native Java API for Reactive Programming: Flows API.

A first read can be found here: https://community.oracle.com/docs/DOC-1006738.

This looks like what we initially thought Stream<Message> would be good for when Java 8 was introtuced. :-)

Comments (0)

  1. Log in to comment