Yggdrasil.Subscriber.Adapter.start_link
You're seeing just the callback
start_link
, go back to Yggdrasil.Subscriber.Adapter module for more information.
Specs
start_link(channel :: Yggdrasil.Channel.t(), options :: GenServer.options()) :: GenServer.on_start()
Callback to start a subscriber with a channel
, a publisher
and some
GenServer
options
.