Search
state_channel
v0.0.4
Pages
Modules
Settings
View Source
StateChannel
behaviour
(state_channel v0.0.4)
Link to this section
Summary
Callbacks
on_message(key, value, socket)
Functions
handle_in(mod, arg2, arg3, socket)
Link to this section
Callbacks
Link to this callback
on_message(key, value, socket)
View Source
(optional)
@callback
on_message(key ::
term
(), value ::
term
(), socket ::
term
()) ::
term
()
Link to this section
Functions
Link to this function
handle_in(mod, arg2, arg3, socket)
View Source