Skip to content

ActorSystemTerminateReason

Defined in: src/CoordinatedShutdown.ts:18

Structured reason passed to every shutdown task so that they can behave differently depending on who triggered the shutdown (SIGTERM vs. cluster leave vs. hot-reload vs. …).

new ActorSystemTerminateReason(): ActorSystemTerminateReason

ActorSystemTerminateReason

Reason.constructor

readonly name: "ActorSystemTerminateReason" = 'ActorSystemTerminateReason'

Defined in: src/CoordinatedShutdown.ts:19

Reason.name


readonly static instance: ActorSystemTerminateReason

Defined in: src/CoordinatedShutdown.ts:20

toString(): string

Defined in: src/CoordinatedShutdown.ts:11

string

Reason.toString