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

Copy Markdown View Source

A — aborts a streamed (sub)transaction (spec §5); subxid == xid is a whole-transaction abort, else a savepoint rollback.

Summary

Types

t()

@type t() :: %Replicant.Decoder.Messages.StreamAbort{
  subxid: non_neg_integer() | nil,
  xid: non_neg_integer() | nil
}