跳转到内容
简体中文

ActorStopped

此内容尚不支持你的语言。

Defined in: src/SystemMessages.ts:100

An actor terminated. Its children are already gone when this fires.

new ActorStopped(actor): ActorStopped

Defined in: src/SystemMessages.ts:101

ActorRef

ActorStopped

ActorLifecycleEvent.constructor

readonly actor: ActorRef

Defined in: src/SystemMessages.ts:81

The actor the event is about.

ActorLifecycleEvent.actor

toString(): string

Defined in: src/SystemMessages.ts:102

Returns a string representation of an object.

string