Yggdrasil.Backend.publish
You're seeing just the callback
publish
, go back to Yggdrasil.Backend module for more information.
Specs
publish(channel :: Yggdrasil.Channel.t(), message :: term(), metadata :: term()) :: :ok | {:error, term()}
Callback to publish a message
in a channel
with some metadata
.