Reactive Extensions for Java
        Posted  
        
            by Timo Westkämper
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Timo Westkämper
        
        
        
        Published on 2010-05-16T18:59:33Z
        Indexed on 
            2010/05/16
            19:00 UTC
        
        
        Read the original article
        Hit count: 283
        
Is there any equivalent of Reactive Extensions (.NET) for Java?
About Rx (Reactive Extensions)
Rx is a library for composing asynchronous and event-based programs using observable collections.
I am aware of rule engines such as Drools from JBOSS, but is there some other way that is closer to the Microsoft .NET approach?
© Stack Overflow or respective owner