SpringOne Platform 2016 Replay: A lite Rx API for the JVM
Recorded at SpringOne Platform 2016. Speakers: Sebastien Deleuze, Stephane Maldini Slides: http://www.slideshare.net/SpringCentral/a-lite-rx-api-for-the-jvm
RxJava is a fully fledged and widely used solution to develop Reactive applications, but some interesting alternatives exist. After an overview of the main Reactive APIs available and of Spring Boot Reactive support, this workshop introduces how to develop Reactive applications using Reactor Core 2.5-a powerful and fast alternative. We will learn how to use Flux (N values) and Mono (single value) types with various exercises. This new…