Skip to main content

Module system_daemon

Module system_daemon 

Source
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§

RemoteDeployer
RemoteDeployer ships a Props-equivalent payload (manifest+bytes) to a remote peer’s daemon for remote actor creation.
RemoteSystemDaemon

Type Aliases§

LocalDispatch
Function that dispatches a decoded user-message payload to a local actor.