We don’t provide anything out of the box. But as RxJava supports pluggable Observers, you can just add your own that calls insert/update/delete.
We are investigating deeper integration for RxJava in the future. Mark On 16 Nov 2013, at 08:11, sirinath <[email protected]> wrote: > Is it possible to add RxJava(https://github.com/Netflix/RxJava) and > Reactor(https://github.com/reactor/reactor) integration where Observable can > be used to publish to the drools entry points and also subscribe to any > results. > > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/RxJava-and-Reactor-Integration-tp4026797.html > Sent from the Drools: User forum mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
