Postgrex.Notifications.unlisten

You're seeing just the function unlisten, go back to Postgrex.Notifications module for more information.
Link to this function

unlisten(pid, ref, opts \\ [])

View Source

Specs

unlisten(server(), reference(), Keyword.t()) :: :ok | :error

Stops listening on the given channel by passing the reference returned from listen/2.

Options

  • :timeout - Call timeout (default: 5000)