Yggdrasil.Subscriber.Publisher.notify
You're seeing just the function
notify
, go back to Yggdrasil.Subscriber.Publisher module for more information.
Notifies synchronously of a new message
coming from a channel
.
Specs
notify( publisher :: GenServer.name(), channel_name :: term(), message :: term(), metadata :: term() ) :: :ok | {:error, term()}
Notifies synchronously of a new message
coming from a channel_name
to a
publisher
with some metadata
.