Microsoft library. Rx is a powerful tool that enables the solution of problems in an elegant declarative style, familiar to functional programmers. • Reactive programming is a specification for dealing with asynchronous streams of data. •Reactive provides tools for transforming and combining streams and for managing flow-control. •Marble diagrams provide an interactive canvas for visualizing reactive constructs. •Resembles Java Streams API but the resemblance is purely superficial. •Attach to hot streams to attenuate and process asynchronous data feeds.
Microsoft library. Rx is a powerful tool that enables the solution of problems in an elegant declarative style, familiar to functional programmers. • Reactive programming is a specification for dealing with asynchronous streams of data. •Reactive provides tools for transforming and combining streams and for managing flow-control. •Marble diagrams provide an interactive canvas for visualizing reactive constructs. •Resembles Java Streams API but the resemblance is purely superficial. •Attach to hot streams to attenuate and process asynchronous data feeds.
it raises the level of abstraction around threading. That is, as a developer you don’t have to worry too much about the details of how to perform operations that should occur on different threads. This is particularly attractive since threading is challenging to get right and, if not correctly implemented, can cause some of the most difficult bugs to debug and fix. • Unitive. •Extensible. •Declarative. •Composable. •Transformative.
•Domain events like property changed, collection updated, "Order Filled", "Registration accepted" etc. •Infrastructure events like from file watcher, system and WMI events. •Integration events like a broadcast from a message bus or a push event from WebSockets API or other low latency middleware like Nirvana. •Integration with a CEP engine like StreamInsight or StreamBase. •API consumption, external services integration.