Spear.Client.delete_persistent_subscription
You're seeing just the callback
delete_persistent_subscription
, go back to Spear.Client module for more information.
Link to this callback
delete_persistent_subscription(stream_name, group_name)
View Source (since 0.6.0)Specs
delete_persistent_subscription( stream_name :: String.t() | :all, group_name :: String.t() ) :: :ok | {:error, any()}
A wrapper around Spear.delete_persistent_subscription/3
Link to this callback
delete_persistent_subscription(stream_name, group_name, opts)
View Source (since 0.6.0)Specs
delete_persistent_subscription( stream_name :: String.t() | :all, group_name :: String.t(), opts :: Keyword.t() ) :: :ok | {:error, any()}
A wrapper around Spear.delete_persistent_subscription/4