ActorRestarted
Это содержимое пока не доступно на вашем языке.
Defined in: src/SystemMessages.ts:106
A supervisor restarted an actor; the path stays, the instance does not.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ActorRestarted(
actor,cause):ActorRestarted
Defined in: src/SystemMessages.ts:107
Parameters
Section titled “Parameters”Error
Failure that triggered the restart.
Returns
Section titled “Returns”ActorRestarted
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”
readonlycause:Error
Defined in: src/SystemMessages.ts:110
Failure that triggered the restart.
Methods
Section titled “Methods”toString()
Section titled “toString()”toString():
string
Defined in: src/SystemMessages.ts:114
Returns a string representation of an object.
Returns
Section titled “Returns”string
