Actor Framework Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Question about Zero coupled messages

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.

0 Kudos
Message 1 of 2
(3,220 Views)

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"

0 Kudos
Message 2 of 2
(2,900 Views)