13

AF:  Understanding the Decoupling of Messaging in Actor Framework

This is module 13 of 17 in the learning set
by Casey Lamers | Phoenix Nuclear Labs
You can couple and decouple messaging in Actor Framework, but you have to use inheritance or fully decouple the messaging. At this session, examine decoupling and see a demonstration of a method for fully decoupling caller actors from nested actors. The method even allows for sending messages to actors that do not inherit from a common ancestor (except for 'Actor.lvclass').