Movie::ActorRegistry
Constructors
new
SourceInstance methods
dead_letters
Sourcespawn(behavior : AbstractBehavior(T), restart_strategy : RestartStrategy = RestartStrategy::RESTART, supervision_config : SupervisionConfig = @default_supervision_config, name : String | Nil = nil) : ActorRef(T) forall T
Spawns an actor under the user guardian If name is provided, the actor gets path /user/{name} If name is nil, generates a unique name based on actor ID
spawn_child(behavior : AbstractBehavior(T), restart_strategy : RestartStrategy = RestartStrategy::RESTART, supervision_config : SupervisionConfig = @default_supervision_config, name : String | Nil = nil, parent_path : ActorPath | Nil = nil) : ActorRef(T) forall T
Spawns an actor under a specific parent path (for hierarchical spawning from ActorContext)
start
Sourcesupervision_config=(config : SupervisionConfig)
Sourcesystem=(system : AbstractActorSystem | Nil) forall T
Sourcesystem_guardian
Sourceuser_guardian
Source