Completed
What is a collection?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Reactive Streams - Handling Data-Flows the Reactive Way
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Common uses of Streams
- 3 The Four Reactive Traits
- 4 Many kinds of Async Boundaries
- 5 Possible Solutions
- 6 Explicit Demand: Tailored Flow Control
- 7 What is a collection?
- 8 Streams are not Collections!
- 9 Java 8 Stream
- 10 Rx Java
- 11 The Meat
- 12 How does it Connect?
- 13 Akka Streams
- 14 Basic Akka Example
- 15 More Advanced Akka Example
- 16 Java 8 Example
- 17 Akka TCP Echo Server
- 18 Akka HTTP Sketch