TransactionalBackend
Bases: Backend
Backend variant that provides transactional event handling support.
Registers additional services for managing listeners and dispatchers to enable in-transaction event processing.
Properties
in_transaction (Listeners): The current state of in transaction Listeners.
Source code in event_sourcery/_event_store/backend.py
in_transaction: Listeners
property
Returns the current instance of Listeners for transactional event handling.