Expand description
Component lifecycle primitives shared across rskit crates.
Re-exports§
pub use component::Component;pub use component::LazyComponent;pub use health::Health;pub use health::HealthStatus;pub use registry::Registry;pub use registry_config::RegistryConfig;pub use state::State;pub use stop::StopResult;
Modules§
- component
- Lifecycle-managed component trait and lazy wrapper.
- health
- Health report types.
- registry
- Ordered component registry with state tracking.
- registry_
config - Component registry configuration. Component registry configuration.
- state
- Component lifecycle states.
- stop
- Component shutdown result types. Component shutdown result types.