DevJoy.Session.Notifier (DevJoy v2.0.0)

View Source

The default implemention of the DevJoy.API.Notifier behaviour using send/2 and Process.send_after/3 functions.

Usage

Generates a handler for notify_delayed_job/1 and notify_delayed_job/2 notification callbacks sent by their implementations.

defmodule MyApp.PageLive do
  use DevJoy.Session.Notifier
end