Helios v0.1.0 Helios.EventJournal.Messages.ReadAllEventsResponse View Source

Holds read result when all events are read from event journal.

Link to this section Summary

Link to this section Types

Link to this type read_error() View Source
read_error() :: String.t()
Link to this type t() View Source
t() :: %Helios.EventJournal.Messages.ReadAllEventsResponse{
  commit_position: integer(),
  events: [Helios.EventJournal.Messages.PersistedEvent.t()],
  next_commit_position: integer(),
  next_prepare_position: integer(),
  prepare_position: integer()
}