Skip to content

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

  • ChannelsSubsystem
  • startup
  • shutdown
  • list_channels
  • get_channel_status
  • send_message
  • check_channel_health
  • get_recent_outbox

Dependencies

Imports

  • logging
  • typing.Any
  • dazzle_back.runtime.subsystems.SubsystemContext
  • fastapi.HTTPException
  • dazzle_back.runtime.service_generator.CRUDService
  • dazzle.core.ir.ChannelKind
  • dazzle.core.ir.ChannelSpec
  • dazzle_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.