Results for “Std.App.Events.Delivery”
3 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Events.Delivery
What one publish did: how many subscribers took the event, and which
- Std.App.Events.drain
&Std.App.Events.Outbox -> &Std.App.Events.Bus -> (Std.App.Events.Outbox, Std.App.Events.Delivery)Publishes every pending event in order after a commit.
- Std.App.Events.publish
&Std.App.Events.Bus -> &Std.App.Events.Event -> Std.App.Events.DeliveryDelivers an event to every matching subscriber.
