phoenix_channel_client v0.3.1 PhoenixChannelClient behaviour
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
channel(sender, opts)
Link to this function
terminate(reason, state)
Link to this section Callbacks
Link to this callback
handle_call(request, from, state)
handle_call(request :: term(), from(), state :: term()) :: {:reply, reply, new_state} | {:reply, reply, new_state, timeout() | :hibernate | {:continue, term()}} | {:noreply, new_state} | {:noreply, new_state, timeout() | :hibernate, {:continue, term()}} | {:stop, reason, reply, new_state} | {:stop, reason, new_state} when reply: term(), new_state: term(), reason: term()
Link to this callback
handle_cast(request, state)
Link to this callback
handle_close(reply, state)
Link to this callback
handle_in(event, payload, state)
Link to this callback
handle_info(msg, state)
Link to this callback
handle_reply(reply, state)