Phoenix.Channel.ControlChannel
Phoenix’s control channel for framework specific messages
Summary↑
| handle_in(event, message, socket) | Callback implementation of |
| handle_out(event, message, socket) | Callback implementation of |
| join(binary1, msg, socket) | Callback implementation of |
| leave(message, socket) | Callback implementation of |
Functions
Callback implementation of Phoenix.Channel.handle_in/3.
Callback implementation of Phoenix.Channel.handle_out/3.
Callback implementation of Phoenix.Channel.join/3.
Callback implementation of Phoenix.Channel.leave/2.