src/dazzle_back/events/base_event_bus.py¶
Generated: 2026-03-30T04:38:45.995471+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Base Event Bus with shared consumer loop infrastructure.
Provides a BaseEventBus that implements the common consumer loop, subscription management, DLQ replay, and stop/unsubscribe patterns shared across the PostgreSQL, Redis, and SQLite event bus implementations.
Subclasses must implement: - All ...
Key Exports¶
ActiveSubscriptionBaseEventBusstart_consumer_loopstop_consumer_loopunsubscribereplay_dlq_event
Dependencies¶
Imports¶
__future__.annotationsasynciologgingdataclasses.dataclassdataclasses.fielddatetime.UTCdatetime.datetimetyping.Anydazzle_back.events.bus.ConsumerNotFoundErrordazzle_back.events.bus.EventBusdazzle_back.events.bus.EventHandlerdazzle_back.events.envelope.EventEnvelope
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/unit/test_events.pytests/unit/test_events_api.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.