Verk Web v1.4.0 VerkWeb.RoomChannel
Link to this section Summary
Functions
Callback implementation for Phoenix.Channel.code_change/3
Callback implementation for Phoenix.Channel.handle_in/3
Callback implementation for Phoenix.Channel.handle_info/2
Callback implementation for Phoenix.Channel.terminate/2
Link to this section Functions
Link to this function
code_change(old, socket, extra)
Callback implementation for Phoenix.Channel.code_change/3
.
Link to this function
handle_in(event, message, socket)
Callback implementation for Phoenix.Channel.handle_in/3
.
Link to this function
handle_info(message, state)
Callback implementation for Phoenix.Channel.handle_info/2
.
Link to this function
terminate(reason, socket)
Callback implementation for Phoenix.Channel.terminate/2
.