Spear.Client.subscribe_to_stats
You're seeing just the callback
subscribe_to_stats
, go back to Spear.Client module for more information.
Specs
subscribe_to_stats(subscriber :: pid() | GenServer.name()) :: {:ok, reference()} | {:error, any()}
A wrapper around Spear.subscribe_to_stats/2
Specs
subscribe_to_stats(subscriber :: pid() | GenServer.name(), opts :: Keyword.t()) :: {:ok, reference()} | {:error, any()}
A wrapper around Spear.subscribe_to_stats/3