ActorStopped
Defined in: src/SystemMessages.ts:100
An actor terminated. Its children are already gone when this fires.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ActorStopped(
actor):ActorStopped
Defined in: src/SystemMessages.ts:101
Parameters
Section titled “Parameters”Returns
Section titled “Returns”ActorStopped
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”Methods
Section titled “Methods”toString()
Section titled “toString()”toString():
string
Defined in: src/SystemMessages.ts:102
Returns a string representation of an object.
Returns
Section titled “Returns”string
