콘텐츠로 이동
한국어

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