kvasir_projector v0.0.8 Kvasir.Projection.Context View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kvasir.Projection.Context{
  attempts: pos_integer(),
  error_at: nil | UTCDateTime.t(),
  event: term(),
  history: [Kvasir.Projection.Context.History.Entry.t()],
  projection: module(),
  projection_type: :global | :stateful,
  received_at: UTCDateTime.t()
}