Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api.log
/
ReplicaMessage
/
ResolvedTx
/
ResolvedTx
Resolved
Tx
constructor
(
txId
:
MessageId
,
systemTime
:
Instant
,
committed
:
Boolean
,
error
:
Throwable
?
,
tableData
:
Map
<
String
,
ByteArray
>
,
dbOp
:
DbOp
?
=
null
,
externalSourceToken
:
ExternalSourceToken
?
=
null
,
srcMsgId
:
MessageId
?
=
null
)