All Self Learning > A hands-on guide to Akka with Scala Self Learning Course
Learn Akka with Scala from InfosecTrain
An introduction to Akka with Scala. The course will teach you the fundamentals of Akka through hands-on examples. Our goal is to explain the basic concepts of Akka in a way that is easy to understand. Upon completion of this course, you will be able to understand:
Actors:
An actor is essentially an object that takes input and responds to them by taking actions. It is divorced from the communication’s source, and its sole role is to correctly identify the sort of message it has received and take appropriate action.
Future:
A Future is a data structure in Akka that is used to retrieve the outcome of a concurrent action. This task is normally handled by an Actor or the Dispatcher himself. This result can be obtained in a synchronous (blocking) or asynchronous (non-blocking) manner.
Akka schedular:
Akka Scheduler is a component of the Akka Actor System that manages task execution on a regular basis. In this article, we’ll look at how to use Akka Scheduler to schedule tasks.
The course provides a great introduction to Akka and distributed computing. You’ve come to the right place if you’re looking for a solid Akka foundation!
16 lectures • 1.5 hours total length
The different concepts you will learn in this Akka with Scala course are:
The different concepts in actor scheduling are:
No, you cannot download the videos on mobile.