Yggdrasil.Publisher.start_link
You're seeing just the function
start_link
, go back to Yggdrasil.Publisher module for more information.
Specs
start_link(Yggdrasil.Channel.t(), [ Supervisor.option() | Supervisor.init_option() ]) :: Supervisor.on_start()
Starts a pool of publisher adapters using the information of a channel
.
Additionally can receive Supervisor
options
.