pub type ProviderRegistrationSnapshot = HashMap<String, String>;Expand description
Snapshot provider ids and their opaque registration generations. Stable
package ids may be taken over on restart, so ids alone cannot correlate a
spawn; registration_id changes on every successful Atlas Register but not
on heartbeat/state/capability updates.
Aliased Typeยง
pub struct ProviderRegistrationSnapshot { /* private fields */ }