Expand description
Dynamic configuration.
Structs§
- Config
Change Event - An event that occurs when the configuration changes.
- Config
Setting - A single configuration setting, as published by a configuration producer.
- Field
Update Watcher - A watcher for a specific configuration key.
Enums§
- Config
Update - An update message for the dynamic configuration state, sent from the config stream to the updater task.
- Provenance
- Whether a configuration setting was set explicitly, or merely defaulted.
Functions§
- diff_
config - Diffs two configuration values and returns a list of changes.
- settings_
to_ state - Builds the nested state tree described by
settings.