View Source Protox.JsonMessageDecoder protocol (Protox v1.7.3)

This protocol makes possible to override the JSON decoding of a specific message.

Summary

Types

t()

All the types that implement this protocol.

Types

@type t() :: term()

All the types that implement this protocol.

Functions

Link to this function

decode_message(initial_message, json)

View Source (since 1.6.0)