Yggdrasil.Publisher.Adapter.publish

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

publish(publish, channel, message, options)

View Source

Specs

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

Generic publisher adapter publish function. Publisher a message in a channel using a publisher and some options.