Concept Flow - Distributed actors overview
Define distributed actor
Create instance locally or remotely
Call method on distributed actor
System routes call
If local: execute directly
If remote: send message over network
Receive response
Return result to caller
This flow shows how a distributed actor is defined, created, and how method calls are routed either locally or remotely, with results returned to the caller.