Jido.Bus.Snapshot (Jido v1.1.0-rc.1)

View Source

Snapshot Helper struct to store bus snapshot metadata

Summary

Types

t()

@type t() :: %Jido.Bus.Snapshot{
  created_at: DateTime.t(),
  data: binary(),
  jido_metadata: binary(),
  source_id: String.t(),
  source_type: String.t(),
  source_version: non_neg_integer()
}