Skip to content

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.