axellbrendow / webflux-rxjava

RxJava, Flowable, interval, onError, Backpressure, Schedulers, Publisher, Submission and Subscriber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dio-webflux-rxjava

How to run the project ?

./mvnw exec:java

Mapping operation

You can transform strings into their lengths before submitting them to an observer.

Mapping data and sending to an Observer

Catch errors in the flow

You can give a function named onError that will handle exceptions.

Backpressure

Fast producer, slow consumer

About

RxJava, Flowable, interval, onError, Backpressure, Schedulers, Publisher, Submission and Subscriber


Languages

Language:Java 100.0%