Skip to main content Link Menu Expand (external link) Document Search Copy Copied
Dark theme

Introduction to Reactive Programming


In this module, you are going to learn:

  • The problem with blocking the execution of a program
  • What is reactive programming?
  • Programming in a non-blocking, asynchronous, functional style
  • How reactive programming is related to the Reactive Manifesto
  • What is Project Reactor and how to set it up using Maven

You can find the code for this module here.


Table of contents