Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@cluster@durable_session_Snapshot.hrl
Raw

include/lightspeed@cluster@durable_session_Snapshot.hrl

-record(snapshot, {
session_id :: binary(),
route :: binary(),
counter :: integer(),
lifecycle :: lightspeed@cluster@durable_session:lifecycle_state(),
checkpoint_epoch :: integer(),
checkpoint_ms :: integer()
}).