Pular para o conteúdo
Português (BR)

ActorStarted

Este conteúdo não está disponível em sua língua ainda.

Defined in: src/SystemMessages.ts:86

An actor finished starting: its instance exists and preStart ran.

new ActorStarted(actor, className, parentPath): ActorStarted

Defined in: src/SystemMessages.ts:87

ActorRef

string

Constructor name of the actor instance.

string | null

Path of the parent, or null for the root guardian.

ActorStarted

ActorLifecycleEvent.constructor

readonly actor: ActorRef

Defined in: src/SystemMessages.ts:81

The actor the event is about.

ActorLifecycleEvent.actor


readonly className: string

Defined in: src/SystemMessages.ts:90

Constructor name of the actor instance.


readonly parentPath: string | null

Defined in: src/SystemMessages.ts:92

Path of the parent, or null for the root guardian.

toString(): string

Defined in: src/SystemMessages.ts:96

Returns a string representation of an object.

string