ActorRegistry
in package
FinalYes
Tags
Table of Contents
Methods
- freeze() : array<int, ActorRegistrationEntry>
- has() : bool
- register() : ActorRegistration
Methods
freeze()
public
freeze() : array<int, ActorRegistrationEntry>
Return values
array<int, ActorRegistrationEntry>has()
public
has(string $name) : bool
Parameters
- $name : string
Return values
boolregister()
public
register(string $name, Props $props, ActorMode $initialMode) : ActorRegistration