LiveState.Test.PatchChannel (live_state v0.6.0)
Link to this section Summary
Functions
Callback implementation for LiveState.Channel.authorize/3.
Callback implementation for LiveState.Channel.handle_event/3.
Callback implementation for LiveState.Channel.handle_event/4.
Callback implementation for Phoenix.Channel.handle_in/3.
Callback implementation for Phoenix.Channel.handle_info/2.
Callback implementation for LiveState.Channel.handle_message/2.
Callback implementation for LiveState.Channel.init/3.
Callback implementation for Phoenix.Channel.join/3.
Callback implementation for LiveState.Channel.state_key/0.
Callback implementation for LiveState.Channel.state_version_key/0.
Link to this section Functions
authorize(channel, payload, socket)
Callback implementation for LiveState.Channel.authorize/3.
child_spec(init_arg)
handle_event(arg1, arg2, state)
Callback implementation for LiveState.Channel.handle_event/3.
handle_event(message, payload, state, socket)
Callback implementation for LiveState.Channel.handle_event/4.
handle_in(arg, payload, socket)
Callback implementation for Phoenix.Channel.handle_in/3.
handle_info(message, socket)
Callback implementation for Phoenix.Channel.handle_info/2.
handle_message(message, state)
Callback implementation for LiveState.Channel.handle_message/2.
init(channel, params, socket)
Callback implementation for LiveState.Channel.init/3.
join(channel, payload, socket)
Callback implementation for Phoenix.Channel.join/3.
start_link(triplet)
state_key()
Callback implementation for LiveState.Channel.state_key/0.
state_version_key()
Callback implementation for LiveState.Channel.state_version_key/0.