Rill v0.10.4 Rill.MessageStore.Reader View Source

Link to this section Summary

Link to this section Functions

Link to this function

handle(session, stream_name, handler) View Source

Link to this function

handle(session, stream_name, handler, opts) View Source

Link to this function

handle(session, stream_name, handler, times, opts) View Source
handle(
  session :: Rill.Session.t(),
  stream_name :: Rill.MessageStore.StreamName.t(),
  handler :: module(),
  times :: pos_integer(),
  opts :: [Rill.MessageStore.read_option()]
) :: Rill.Session.t()