Introduction
  • Using sbt with Akka
  • Creating an actor system
  • Sending messages to actors
  • Returning from actors with futures
  • Changing actor states
  • Stopping actors
Fault Tolerance
  • Parent Child actor relationships
  • OneForAll Fault Tolerance
  • AllForOne Fault Tolerance
Routing
  • Smallest Mailbox Pool
  • Balancing Pool
  • Round Robin
  • Broadcast Pool
Actor Scheduling
  • Basic Scheduling
  • Scheduling Actor Messages
  • Cancelling Schedules
  • Learn More For Free!