# `AshJido.Notifier`
[🔗](https://github.com/agentjido/ash_jido/blob/v1.0.0/lib/ash_jido/notifier.ex#L1)

Ash notifier that publishes Jido signals when configured resource actions complete.

Add this notifier to resource definitions to enable reactive publications:

    use Ash.Resource,
      extensions: [AshJido],
      notifiers: [AshJido.Notifier]

    jido do
      signal_bus MyApp.SignalBus
      publish :create, "my_app.resource.created"
    end

# `load`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
