Yggdrasil.Publisher.Adapter.publish
You're seeing just the function
publish
, go back to Yggdrasil.Publisher.Adapter module for more information.
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
.