Module config_hot_reload

Module config_hot_reload 

Source
Expand description

Configuration Hot Reloading

This module provides functionality for hot-reloading configuration files without restarting the server.

Structs§

ConfigHotReloader
Configuration hot reloader
ConfigHotReloaderWithHandler
Configuration hot reloader with change handler
DefaultConfigChangeHandler
Default configuration change handler that logs changes

Traits§

ConfigChangeHandler
Configuration change handler trait