February 2018
Intermediate to advanced
552 pages
13h 46m
English
In this example, we will discuss how Actors communicate with each other, which means how one Actor sends a message to second Actor, and how it receives and processes the messages from the second Actor:

Follow these steps to develop and test this akkacommunicate-app application:
build.sbt:
name := "akkacommunicate-app"
version := "1.0"
scalaVersion := "2.12.2"
libraryDependencies ++= Seq("com.typesafe.akka" %% "akka-actor" % "2.5.9")
Read now
Unlock full access