跳转到内容
简体中文

Signal

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

Signal = { kind: "post-stop"; } | { kind: "pre-restart"; reason: Error; } | { kind: "terminated"; ref: ActorRef; }

Defined in: src/typed/Behavior.ts:9

Signals are lifecycle/system events delivered to a behavior’s onSignal handler — enough to react to children terminating or to the actor itself stopping.