riptide v0.2.79 Riptide.Handler behaviour

Link to this section Summary

Link to this section Callbacks

Link to this callback

handle_call(action, body, state)

handle_call(action :: String.t(), body :: any(), state :: any()) ::
  nil | {:reply, any(), any()}
Link to this callback

handle_cast(action, body, state)

handle_cast(action :: String.t(), body :: any(), state :: any()) ::
  nil | {:reply, any(), any()} | {:noreply, any(), any()}
Link to this callback

handle_info(msg, state)

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