Spear.Client.update_persistent_subscription

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

update_persistent_subscription(stream_name, group_name, settings)

View Source (since 0.6.0)

Specs

update_persistent_subscription(
  stream_name :: String.t() | :all,
  group_name :: String.t(),
  settings :: Spear.PersistentSubscription.Settings.t()
) :: :ok | {:error, any()}

A wrapper around Spear.update_persistent_subscription/4

Link to this callback

update_persistent_subscription(stream_name, group_name, settings, opts)

View Source (since 0.6.0)

Specs

update_persistent_subscription(
  stream_name :: String.t() | :all,
  group_name :: String.t(),
  settings :: Spear.PersistentSubscription.Settings.t(),
  opts :: Keyword.t()
) :: :ok | {:error, any()}

A wrapper around Spear.update_persistent_subscription/5