View Source Electric.LsnTracker (electric v1.0.1)

Summary

Functions

Link to this function

get_last_processed_lsn(stack_id)

View Source
@spec get_last_processed_lsn(String.t()) :: Electric.Postgres.Lsn.t()
Link to this function

init(last_processed_lsn, stack_id)

View Source
Link to this function

set_last_processed_lsn(lsn, stack_id)

View Source
@spec set_last_processed_lsn(
  Electric.Postgres.Lsn.t() | non_neg_integer(),
  String.t()
) :: :ok