class
Movie::PathRegistry
- Movie::PathRegistry
- Reference
- Object
Overview
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.
Defined in:
movie.crConstructors
Instance Method Summary
- #clear
- #path_for(ref : ActorRefBase) : ActorPath | Nil
- #path_for(id : Int32) : ActorPath | Nil
- #register(ref : ActorRefBase, path : ActorPath)
- #registered?(path : ActorPath) : Bool
- #resolve(path : ActorPath) : Int32 | Nil
- #resolve(path_str : String) : Int32 | Nil
- #size : Int32
- #unregister(ref : ActorRefBase)
- #unregister(id : Int32)