Yggdrasil.Publisher.publish

You're seeing just the function publish, go back to Yggdrasil.Publisher module for more information.
Link to this function

publish(channel, message, options \\ [])

View Source

Specs

publish(Yggdrasil.Channel.t(), term(), keyword()) :: :ok | {:error, term()}

Publishes message in a channel with some optional options.