class

Movie::PathRegistry

Inherits Reference < Object

PathRegistry for local actor path lookups (moved from Remote module for unified access) Uses normalized keys (system:path) to allow lookups regardless of protocol/host/port.

Constructors

Instance methods

clear
Source
path_for(ref : ActorRefBase) : ActorPath | Nil
Source
path_for(id : Int32) : ActorPath | Nil
Source
register(ref : ActorRefBase, path : ActorPath)
Source
registered?(path : ActorPath) : Bool
Source
resolve(path : ActorPath) : Int32 | Nil
Source
resolve(path_str : String) : Int32 | Nil
Source
size
Source
unregister(ref : ActorRefBase)
Source
unregister(id : Int32)
Source