Squidie.Persistence.JournalEntry (squidie v0.1.2)

Copy Markdown View Source

Append-only persisted Jido journal entry.

The adapter stores the canonical Jido.Thread.Entry term in entry and keeps thread_id plus seq as the ordered replay index.

Summary

Types

t()

@type t() :: %Squidie.Persistence.JournalEntry{
  __meta__: term(),
  entry: term(),
  id: term(),
  inserted_at: term(),
  seq: term(),
  thread: term(),
  thread_id: term(),
  updated_at: term()
}