orxtra v0.13.0 /protocols.src.orxtra.protocols._types._notification
On this page

Defines NotificationDelivery, the frozen dataclass mirroring a notification_deliveries row -- target principal, source_ref, payload, and acknowledgement timestamp -- returned by NotificationPort.list_for_principal.

#protocols.src.orxtra.protocols._types._notification

#protocols.src.orxtra.protocols._types._notification

#NotificationDelivery

A single notification delivery addressed to a principal.

Frozen dataclass matching the notification_deliveries table schema. Used as the return element of NotificationPort.list_for_principal.

Search