Skip to main content

Module service

Module service 

Source

Structs§

ServiceContext
Shared runtime context provided to all managed services.
ServiceHandle
Shared handle for spawning, stopping, and inspecting managed services.
ServiceSnapshot
Structured snapshot used by the CLI and tests.
ServiceStatus
Current service status snapshot.

Enums§

RuntimeError
Runtime-level errors.
ServiceEvent
Events emitted by the shared runtime context.
ServiceState
Shared service lifecycle states.

Traits§

ManagedService
Shared lifecycle contract for protocol services.

Type Aliases§

RuntimeResult
Runtime-level result type.