View Source Statestores.Adapters.Native.SnapshotStore (spawn_statestores_native v2.0.0-RC14)

Snapshot store using Mnesiac.

Orders of the fields matter here!!

Summary

Types

@type snapshot() ::
  {Statestores.Adapters.Native.SnapshotStore, actor :: String.t(),
   id :: integer(), system :: String.t(), status :: String.t(),
   revision :: integer(), tags :: map(), data_type :: String.t(),
   data :: binary(), updated_at :: DateTime.t(), inserted_at :: DateTime.t()}

Functions

Link to this macro

snapshots(args \\ [])

View Source (macro)
Link to this macro

snapshots(record, args)

View Source (macro)