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

Copy Markdown View Source

O — origin marker emitted when a transaction has a logical replication origin.

Summary

Types

t()

@type t() :: %Replicant.Decoder.Messages.Origin{
  name: String.t() | nil,
  origin_commit_lsn: Replicant.lsn() | nil
}