Spear.Client.nack

You're seeing just the callback nack, go back to Spear.Client module for more information.
Link to this callback

nack(subscription, event_or_ids)

View Source (since 0.6.0)

Specs

nack(
  subscription :: reference(),
  event_or_ids :: Spear.Event.t() | [String.t()]
) :: :ok | {:error, any()}

A wrapper around Spear.nack/3

Link to this callback

nack(subscription, event_or_ids, opts)

View Source (since 0.6.0)

Specs

nack(
  subscription :: reference(),
  event_or_ids :: Spear.Event.t() | [String.t()],
  opts :: Keyword.t()
) :: :ok | {:error, any()}

A wrapper around Spear.nack/4