Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api
/
Xtdb
/
ExecutedTx
Executed
Tx
data
class
ExecutedTx
(
val
txId
:
MessageId
,
val
systemTime
:
Instant
,
val
committed
:
Boolean
,
val
error
:
Throwable
?
)
Members
Constructors
Executed
Tx
Link copied to clipboard
constructor
(
txId
:
MessageId
,
systemTime
:
Instant
,
committed
:
Boolean
,
error
:
Throwable
?
)
Properties
committed
Link copied to clipboard
val
committed
:
Boolean
error
Link copied to clipboard
val
error
:
Throwable
?
system
Time
Link copied to clipboard
val
systemTime
:
Instant
tx
Id
Link copied to clipboard
val
txId
:
MessageId