Yggdrasil.Transformer.decode
You're seeing just the callback
decode
, go back to Yggdrasil.Transformer module for more information.
Specs
decode(channel :: Yggdrasil.Channel.t(), message :: term()) :: {:ok, term()} | {:error, term()}
Callback to define how to decode the message
s coming from a channel
.