src/dazzle_back/runtime/subsystems/channels.py¶
Generated: 2026-03-30T04:38:48.409669+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Channels subsystem.
Initialises the ChannelManager for messaging (email/queue/stream channels), registers channel management REST endpoints, wires entity lifecycle events to channel send operations, and connects the process adapter SEND step handler.
Key Exports¶
ChannelsSubsystemstartupshutdownlist_channelsget_channel_statussend_messagecheck_channel_healthget_recent_outbox
Dependencies¶
Imports¶
loggingtyping.Anydazzle_back.runtime.subsystems.SubsystemContextfastapi.HTTPExceptiondazzle_back.runtime.service_generator.CRUDServicedazzle.core.ir.ChannelKinddazzle.core.ir.ChannelSpecdazzle_back.channels.create_channel_manager
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
No related tests found.
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.