Expand description
RemoteSystemDaemon + RemoteDeployer.
akka.net: Remote/RemoteSystemDaemon.cs, Remote/RemoteDeployer.cs,
Remote/RemoteDeploymentWatcher.cs.
On the receiving side every inbound envelope addressed at
/remote/<system>@<host>:<port>/... is dispatched here. The daemon
resolves local actor paths under /user, decodes the payload via the
SerializerRegistry, and hands it to the appropriate user actor’s
mailbox.
Structs§
- Remote
Deployer RemoteDeployerships aProps-equivalent payload (manifest+bytes) to a remote peer’s daemon for remote actor creation.- Remote
System Daemon
Type Aliases§
- Local
Dispatch - Function that dispatches a decoded user-message payload to a local actor.