View Source Tourney.Client behaviour (Soulless v0.1.3)

Link to this section Summary

Link to this section Callbacks

Link to this callback

handle_notice(message, state)

View Source

Specs

handle_notice(message :: term(), state :: term()) ::
  {:noreply, new_state :: term()}

Specs

handle_ready(state :: term()) :: {:noreply, new_state :: term()}
Link to this callback

handle_response(message, state)

View Source

Specs

handle_response(message :: term(), state :: term()) ::
  {:noreply, new_state :: term()}

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

handle_notice(message, state)

View Source
Link to this function

handle_response(message, state)

View Source