Expand description
Read-only admin introspection for host ops UIs.
Product hosts call Photon::admin_snapshot to obtain a
serde-friendly AdminSnapshot without mirroring bus state into a secondary store.
HTTP routes and authorization are host-owned; this module exposes the Rust API only.
Structs§
- Admin
Backend Summary - Storage adapter capabilities surfaced for admin UIs.
- Admin
Checkpoint Summary - Last committed sequence for a subscription/topic partition.
- Admin
Handler Summary - Inventory entry for a
#[photon::subscribe]handler. - Admin
Snapshot - Point-in-time ops introspection snapshot (read-only).
- Admin
Topic Summary - Topic catalog entry from the compile-time
TopicRegistry.
Functions§
- collect_
admin_ snapshot - Build a full admin snapshot for the given runtime (async checkpoint reads).