src/dazzle_back/channels/adapters/queue.py¶
Generated: 2026-03-30T04:38:45.612606+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Queue channel adapters for DAZZLE messaging.
Provides adapters for: - RabbitMQ (production) - In-memory queue (development/testing fallback)
Key Exports¶
RabbitMQAdapterInMemoryQueueAdapterprovider_nameinitializeshutdownsendreceiveacknackhealth_checkprovider_nameinitializeshutdownsendreceiveacknackhealth_checkclear_allget_queue_size
Dependencies¶
Imports¶
__future__.annotationsasynciojsonloggingtimetyping.TYPE_CHECKINGtyping.Anytyping.ClassVarbase.QueueAdapterbase.SendResultbase.SendStatusdetection.DetectionResultoutbox.OutboxMessageaio_pikaaio_pika
Event Interactions¶
Emits: OutboxMessage
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/unit/test_queue_adapters.pytests/unit/test_llm_queue.pytests/unit/test_adapters.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.