reckon_gater_channel_sup (reckon_gater v2.0.0)

View Source

Channel supervisor for reckon-gater PubSub API SET

Supervises all 10 channel implementations: - reckon_gater_channel_events (high priority) - reckon_gater_channel_health (high priority) - reckon_gater_channel_alerts (critical, HMAC required) - reckon_gater_channel_security (critical, HMAC required) - reckon_gater_channel_system (normal priority) - reckon_gater_channel_metrics (normal priority) - reckon_gater_channel_audit (normal priority) - reckon_gater_channel_lifecycle (normal priority) - reckon_gater_channel_logging (low priority) - reckon_gater_channel_diagnostics (low priority)

Summary

Functions

init(_)

start_link()

-spec start_link() -> {ok, pid()} | {error, term()}.