Yggdrasil.Backend.subscribe
You're seeing just the callback
subscribe
, go back to Yggdrasil.Backend module for more information.
Specs
subscribe(channel :: Yggdrasil.Channel.t()) :: :ok | {:error, term()}
Callback to define the subscription method. Receives the channel
.