05-19-2016 03:30 AM
Hi,
I have been working and created some projects based on actor framework, One questions always runs on my mind is that, We have a "Send" to communicate with different actors, But i have been able to understand clearly the use of Zero coupled messages. It would be helpfull if anyone would give clear picture.
05-20-2016 08:04 AM
The computer science version: minimize coupling between actors
So Actor A does not need to know Actor B's message objects at design time, since B will provide them to A at run-time in order to "get what he expects"