Completed
- History background
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to Akka Actors with Java 8
Automatically move to the next video in the Classroom when playback concludes
- 1 - About the author
- 2 - History background
- 3 - About Akka
- 4 - Where Actors come from
- 5 - What an Actor is
- 6 - Configuring the Actors library
- 7 - Example #1 Counter
- 8 - Example #2 Alarm
- 9 - Actor hierarchy
- 10 - Failure handling
- 11 - Actor lifecylce
- 12 - Example #3 NotTrustWorthyChild and Supervisor
- 13 - About dispatcher
- 14 - About blocking
- 15 - Example #4 SynchronousDatabaseConnection
- 16 - Dos and don'ts
- 17 - What more is there
- 18 - Getting started docs
- 19 - Questions