Skip to content

Latest commit

 

History

History
132 lines (84 loc) · 4.92 KB

README.md

File metadata and controls

132 lines (84 loc) · 4.92 KB

Author Pablo Perez Garcia

ReactiveX

My image

Marble diagrams are not clear enough?.

Here we cover with some practical examples, the most common use of the ReactiveX platform for Java.

To reference to the real documentation go here https://github.com/ReactiveX/RxJava/wiki

RxScala examples here

My image

All the most common features of Observable

Single

An Observable that just emit 1 item through the pipeline.

Relay

A subject which subscribe observers and keep the pipeline open all the time.

Observer V Iterator Pattern

An explanation, comparative and benchmark between these two patterns.

RxJava V Spring Reactor

A Comparative and benchmark between these two frameworks.

Java 8

My image

Stream API, Functions and Promises with examples of how to use it.

Java 9

My image

The most important features with particle examples of how to use it.

Software craftsmanship