Yggdrasil.Subscriber.Adapter.start_link
You're seeing just the function
start_link
, go back to Yggdrasil.Subscriber.Adapter module for more information.
Specs
start_link(Yggdrasil.Channel.t(), GenServer.options()) :: GenServer.on_start()
Generic subscriber adapter starter that receives a channel
, a publisher
and an optional GenServer
options.