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

Copy Markdown View Source

S — begins/continues a streamed transaction's segment (spec §5); carries the top-level xid and first-segment flag.

Summary

Types

t()

@type t() :: %Replicant.Decoder.Messages.StreamStart{
  first_segment: boolean() | nil,
  xid: non_neg_integer() | nil
}