ActorStarted
Ce contenu n’est pas encore disponible dans votre langue.
Defined in: src/SystemMessages.ts:86
An actor finished starting: its instance exists and preStart ran.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ActorStarted(
actor,className,parentPath):ActorStarted
Defined in: src/SystemMessages.ts:87
Parameters
Section titled “Parameters”className
Section titled “className”string
Constructor name of the actor instance.
parentPath
Section titled “parentPath”string | null
Path of the parent, or null for the root guardian.
Returns
Section titled “Returns”ActorStarted
Overrides
Section titled “Overrides”ActorLifecycleEvent.constructor
Properties
Section titled “Properties”
readonlyactor:ActorRef
Defined in: src/SystemMessages.ts:81
The actor the event is about.
Inherited from
Section titled “Inherited from”className
Section titled “className”
readonlyclassName:string
Defined in: src/SystemMessages.ts:90
Constructor name of the actor instance.
parentPath
Section titled “parentPath”
readonlyparentPath:string|null
Defined in: src/SystemMessages.ts:92
Path of the parent, or null for the root guardian.
Methods
Section titled “Methods”toString()
Section titled “toString()”toString():
string
Defined in: src/SystemMessages.ts:96
Returns a string representation of an object.
Returns
Section titled “Returns”string
