Yggdrasil.Backend.publish

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

publish(channel, message, metadata \\ nil)

View Source

Specs

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

Generic publish message in a channel with some optional metadata.