EventStore.unsubscribe_from_stream
You're seeing just the callback
unsubscribe_from_stream
, go back to EventStore module for more information.
Specs
unsubscribe_from_stream( stream_uuid :: String.t(), subscription_name :: String.t(), opts :: options() ) :: :ok
Unsubscribe an existing subscriber from event notifications.
stream_uuid
is the stream to unsubscribe from.subscription_name
is used to identify the existing subscription process to stop.
Returns :ok
on success.