Module Lifecycle

Module Lifecycle 

Source
Expand description

Lifecycle Management Module

Handles extension lifecycle events such as initialization, shutdown, and state transitions.

Structs§

LifecycleEventRecord
Record of a lifecycle event
LifecycleHandlerInfo 🔒
Information about a lifecycle handler
LifecycleManager
Lifecycle manager for extension lifecycle

Enums§

LifecycleEvent
Lifecycle event types
LifecycleState
Lifecycle state for extensions

Type Aliases§

LifecycleEventHandler 🔒
Lifecycle event handler callback