EventStore v0.11.0-rc.0 EventStore.Snapshots.Snapshotter View Source

Record and read snapshots of process state

Link to this section Summary

Functions

Delete a previously recorded snapshot for a given source

Read a snapshot, if available, for a given source

Record a snapshot containing data and metadata for a given source

Link to this section Functions

Link to this function delete_snapshot(source_uuid) View Source

Delete a previously recorded snapshot for a given source

Returns :ok on success

Link to this function read_snapshot(source_uuid, serializer) View Source

Read a snapshot, if available, for a given source

Link to this function record_snapshot(snapshot, serializer) View Source

Record a snapshot containing data and metadata for a given source

Returns :ok on success