EventStore.unsubscribe_from_all_streams

You're seeing just the callback unsubscribe_from_all_streams, go back to EventStore module for more information.
Link to this callback

unsubscribe_from_all_streams(subscription_name, opts)

View Source

Specs

unsubscribe_from_all_streams(subscription_name :: String.t(), opts :: options()) ::
  :ok

Unsubscribe an existing subscriber from all event notifications.

  • subscription_name is used to identify the existing subscription process to stop.

Returns :ok on success.