Skip to main content

Module lifecycle

Module lifecycle 

Source
Expand description

Lifecycle metadata: health-check timing, operational state, and shutdown semantics.

Per SRD-0007 D9–D11: HealthCheckSpec controls readiness polling; OperationalState is the 11-variant runtime lifecycle enum; ShutdownSemantics decides whether reducto emits a Teardown or an Await step.

Structs§

HealthCheckSpec
Readiness-polling timing.
LiveStatusSummary
One-shot state snapshot returned by ElementRuntime::status_check.
StateTransition
One observed transition between two OperationalStates.

Enums§

OperationalState
Element runtime lifecycle state.
ShutdownSemantics
Whether an element terminates by explicit signal or by self-completion.