ash v1.24.2 Ash.Notifier.PubSub View Source
A pubsub notifier extension
Link to this section Summary
Functions
A section for configuring how resource actions are published over pubsub
Link to this section Functions
A section for configuring how resource actions are published over pubsub
Options
:module
- Required. The module to callbroadcast/3
on e.g module.broadcast(topic, event, message).:prefix
- A prefix for all pubsub messages, e.gusers
. A message withcreated
would be published asusers:created
Constructors
- publish -
Ash.Notifier.PubSub.Publish
- publish_all -
Ash.Notifier.PubSub.PublishAll