Replicant.Decoder.Messages.Commit (Replicant v0.1.0)

Copy Markdown View Source

C — end of a transaction; carries the commit LSN and timestamp.

Summary

Types

t()

@type t() :: %Replicant.Decoder.Messages.Commit{
  commit_timestamp: DateTime.t() | nil,
  end_lsn: Replicant.lsn() | nil,
  flags: [atom()] | nil,
  lsn: Replicant.lsn() | nil
}