riptide v0.1.1 Riptide.Command behaviour

Link to this section Summary

Link to this section Functions

Link to this function

process_message(commands, msg, fun, from, state)

Link to this function

safe_trigger(mod, fun, msg, from, state)

Link to this section Callbacks

Link to this callback

handle_call(msg, from, state)

handle_call(msg :: any(), from :: any(), state :: any()) ::
  {:reply, any(), any()} | nil
Link to this callback

handle_cast(msg, from, state)

handle_cast(msg :: any(), from :: any(), state :: any()) ::
  {:noreply, any()} | nil
Link to this callback

handle_info(msg, from, state)

handle_info(msg :: any(), from :: any(), state :: any()) ::
  {:noreply, any()} | nil