Structs§
- Kuberic
Runtime - The kuberic runtime. Wires the replicator actor, manages access status, enforces promotion/demotion ordering, and delivers events to the user.
- Kuberic
Runtime Builder - Builder for constructing a KubericRuntime.
- Runtime
Bundle - Everything produced by the builder. The caller spawns the replicator actor
with
replicator_control_rx+replicator_data_rx, and runs the user service event loop withlifecycle_rx.