Skip to content

hasalex/lite-rx-api-hands-on

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lite Rx API Hands-on

This Hands-on (slides available here) is designed to help you to learn easily the lite Rx API provided by Reactor Core 2.5+.`

You will mostly need these 3 classes Javadoc:

To do this Hands-on, you just have to:

  • Have Java 8 and a Java IDE installed with Maven support
  • git clone https://github.com/sdeleuze/lite-rx-api-hands-on.git (or clone your fork)
  • Import the project as a Maven one in your IDE
  • Make sure that the language level is set to Java 8 in your IDE project settings
  • Fix the TODO one by one in Part01 to Part09 test classes to make unit tests green

The solution is available in the complete branch to compare, when you have finished, with what you have done.

More information available on Reactor website.

Releases

No releases published

Packages

No packages published

Languages

  • Java 72.6%
  • Shell 16.0%
  • Batchfile 11.4%