Yggdrasil.Subscriber.Adapter.stop
You're seeing just the function
stop
, go back to Yggdrasil.Subscriber.Adapter module for more information.
Specs
stop(pid() | GenServer.name(), term(), :infinity | pos_integer()) :: :ok
Generic subscriber adapter stopper that receives the pid
and optional
reason
and timeout
.