Module notifier

Source

Structs§

Notifier
State transition notifier owned by the modularized client used to inform modules of state transitions.
NotifierSender
Notifier send handle that can be shared to places where we don’t need an entire Notifier but still need to trigger notifications. The main use case is triggering notifications when a DB transaction was committed successfully.