Syntropy.RuntimeConfig.Hydrator
(syntropy v0.2.0)
Copy Markdown
Boot-time hydration of persisted runtime configuration.
Runs Syntropy.RuntimeConfig.hydrate/0 synchronously during supervision
tree startup — after the repo, before the scheduler and endpoint — then
ignores itself. No process is kept alive.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(keyword()) :: GenServer.on_start() | :ignore