Reactive programming with Java 8 and simple-react : The Tutorial


Java 8 Reactive Programming with simple-react

bookmark simple-react on github



The tutorial covers the following areas -

  1. getting started
  2. error handling
  3. filter /map/ reduce /flatMap
  4. choosing a stream type
  5. stream creation
  6. pooling reactors
  7. pull / push model
  8. flow control
  9. batching and chunking
  10. sharding
  11. zipping streams
  12. firstOf, anyOf, allOf
  13. stream operations
  14. sequence operations




Other Resources & Articles