View Source Electric.Replication.PersistentReplicationState (electric v1.0.0-beta.22)
Summary
Types
@type opts() :: [stack_id: String.t(), persistent_kv: Electric.PersistentKV.t()]
Functions
@spec get_last_processed_lsn(opts()) :: Electric.Postgres.Lsn.t()
@spec reset(opts()) :: :ok
@spec set_last_processed_lsn(Electric.Postgres.Lsn.t() | non_neg_integer(), opts()) :: :ok