Oban.Notifier.unlisten
You're seeing just the function
unlisten
, go back to Oban.Notifier module for more information.
Specs
Unregister the current process from receiving relayed messages on provided channels.
Example
Stop listening for messages on the :gossip
channel:
Oban.Notifier.unlisten([:gossip])
Stop listening for messages when using a custom Oban name:
Oban.Notifier.unlisten(MyApp.MyOban, [:gossip])