Skip to Content
Mastering Functional Programming
book

Mastering Functional Programming

by Anatolii Kmetiuk
August 2018
Intermediate to advanced
380 pages
10h 2m
English
Packt Publishing
Content preview from Mastering Functional Programming

Creating actors

All of the actors belong to some ActorSystem, which is a hierarchy of actors:

The most important methods when creating new actors are as follows:

Every actor is created using an actorOf method called over an actor system or an actor context. You can create the actor system itself using its companion-object API:

When calling this method, you can specify the name of this system. You can also specify the configuration that defines ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Functional Programming

Learning Functional Programming

Jack Widman

Publisher Resources

ISBN: 9781788620796Supplemental Content