Requiem.handle_info

You're seeing just the callback handle_info, go back to Requiem module for more information.
Link to this callback

handle_info(request, conn, state)

Specs

handle_info(
  request :: term(),
  conn :: Requiem.ConnectionState.t(),
  state :: any()
) ::
  {:noreply, Requiem.ConnectionState.t(), any()}
  | {:noreply, Requiem.ConnectionState.t(), any(), timeout() | :hibernate}
  | {:stop, non_neg_integer(), atom()}