Spear.Client.read_stream

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

read_stream(stream_name)

View Source (since 0.1.0)

Specs

read_stream(stream_name :: String.t() | :all) ::
  {:ok, Enumerable.t()} | {:error, any()}

A wrapper around Spear.read_stream/2

Link to this callback

read_stream(stream_name, opts)

View Source (since 0.1.0)

Specs

read_stream(stream_name :: String.t() | :all, opts :: Keyword.t()) ::
  {:ok, Enumerable.t()} | {:error, any()}

A wrapper around Spear.read_stream/3