Dispatches committed BlogEngine events to a host notifier.
Like the other host behaviours, a notifier receives the BlogEngine.Context
that produced the event, so a host can route delivery by tenant, repo, or
prefix without BlogEngine threading identity through the event payload.
Summary
Callbacks
Receives one committed BlogEngine event with the context that produced it.
Functions
Invokes the notifier selected by the supplied context.
Types
Callbacks
@callback notify(BlogEngine.Context.t(), event()) :: :ok
Receives one committed BlogEngine event with the context that produced it.
Functions
@spec notify(BlogEngine.Context.t(), event()) :: :ok
Invokes the notifier selected by the supplied context.