Zum Inhalt springen
Deutsch

ActorRestarted

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Defined in: src/SystemMessages.ts:106

A supervisor restarted an actor; the path stays, the instance does not.

new ActorRestarted(actor, cause): ActorRestarted

Defined in: src/SystemMessages.ts:107

ActorRef

Error

Failure that triggered the restart.

ActorRestarted

ActorLifecycleEvent.constructor

readonly actor: ActorRef

Defined in: src/SystemMessages.ts:81

The actor the event is about.

ActorLifecycleEvent.actor


readonly cause: Error

Defined in: src/SystemMessages.ts:110

Failure that triggered the restart.

toString(): string

Defined in: src/SystemMessages.ts:114

Returns a string representation of an object.

string