ChannelActorRegistry
in package
FinalYes
Tags
Table of Contents
Methods
- __construct() : mixed
- remove() : void
- resolveOrSpawn() : ActorRef
Methods
__construct()
public
__construct(ActorSystem $system[, LoggerInterface|null $logger = null ]) : mixed
Parameters
- $system : ActorSystem
- $logger : LoggerInterface|null = null
remove()
public
remove(string $name) : void
Parameters
- $name : string
resolveOrSpawn()
public
resolveOrSpawn(string $name, Props $props) : ActorRef
Parameters
- $name : string
- $props : Props