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

Working with Mono and Flux


In this module, you are going to learn:

  • The interfaces described in the Reactive Streams specification
  • Mono and Flux, the implementations of the Publisher interface from the Reactive Streams specification
  • How to create Mono and Flux objects
  • Subscription methods

You can find the code for this module here.


Table of contents