Skip to content

src/dazzle_back/specs/channel.py

Generated: 2026-03-30T04:38:48.734866+00:00

Commit: 615f1354a103

Language: python

Scope: dazzle_back

Purpose

ChannelSpec - Messaging channel specifications for BackendSpec.

Defines channel configurations that can be used with ChannelManager.

Key Exports

  • MessageFieldSpec
  • MessageSpec
  • SendOperationSpec
  • ReceiveOperationSpec
  • ChannelSpec

Dependencies

Imports

  • typing.Any
  • typing.Literal
  • pydantic.BaseModel
  • pydantic.ConfigDict
  • pydantic.Field

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

  • tests/unit/test_channel_manager.py
  • tests/unit/test_channel_templates.py
  • tests/unit/test_channel_detection.py
  • tests/unit/test_channel_outbox.py
  • tests/unit/test_specs.py

Notes

This page was automatically generated by tools/gen_reference_docs.py.