WalEx.Replication.Publisher.State (WalEx v4.8.0)

Copy Markdown View Source

Publisher state: open transaction plus accumulated relation and type tables.

Summary

Types

t()

@type t() :: %WalEx.Replication.Publisher.State{
  relations: %{optional(non_neg_integer()) => struct()},
  transaction: WalEx.Changes.Transaction.t() | nil,
  types: %{optional(non_neg_integer()) => struct()}
}